ports/devel/py-smmap/Makefile

21 lines
375 B
Makefile

COMMENT= pure Python implementation of an SMM manager
MODPY_EGG_VERSION= 5.0.0
DISTNAME= smmap-${MODPY_EGG_VERSION}
PKGNAME= py-smmap-${MODPY_EGG_VERSION}
CATEGORIES= devel
REVISION= 1
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PI= Yes
MODPY_PYBUILD= setuptools
MODPY_PYTEST_ARGS= smmap/test
FLAVORS= python3
FLAVOR= python3
.include <bsd.port.mk>