ports/devel/py-backcall/Makefile

21 lines
373 B
Makefile

COMMENT = specifications for callback functions passed to an API
MODPY_EGG_VERSION = 0.2.0
DISTNAME = backcall-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}
REVISION = 0
CATEGORIES = devel
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
MODPY_PI = Yes
MODPY_PYTEST = Yes
MODPY_PYBUILD = flit_core
FLAVORS = python3
FLAVOR = python3
.include <bsd.port.mk>