ports/devel/py-semantic-version/Makefile

24 lines
402 B
Makefile

COMMENT= library implementing the 'SemVer' scheme
MODPY_EGG_VERSION= 2.10.0
DISTNAME= semantic_version-${MODPY_EGG_VERSION}
PKGNAME= py-${DISTNAME}
REVISION= 1
CATEGORIES= devel
HOMEPAGE= https://github.com/rbarrois/python-semanticversion
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>