23 lines
400 B
Makefile
23 lines
400 B
Makefile
COMMENT = version numbering for anarchists and software realists
|
|
|
|
MODPY_EGG_VERSION = 1.1.2
|
|
|
|
DISTNAME = looseversion-${MODPY_EGG_VERSION}
|
|
PKGNAME = py-${DISTNAME}
|
|
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = https://pypi.org/project/looseversion/
|
|
|
|
# Python
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
FLAVORS = python3
|
|
FLAVOR = python3
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = hatchling
|
|
|
|
.include <bsd.port.mk>
|