ports/devel/py-nodeenv/Makefile

22 lines
336 B
Makefile
Raw Normal View History

COMMENT = node.js virtual environment builder
2023-08-16 22:26:55 +00:00
MODPY_EGG_VERSION = 0.11.1
DISTNAME = nodeenv-${MODPY_EGG_VERSION}
2023-08-16 22:26:55 +00:00
PKGNAME = py-${DISTNAME}
REVISION = 0
2023-08-16 22:26:55 +00:00
CATEGORIES = devel
# BSD
2023-08-16 22:26:55 +00:00
PERMIT_PACKAGE = Yes
MODULES = lang/python
2023-08-16 22:26:55 +00:00
FLAVORS = python3
FLAVOR = python3
2023-08-16 22:26:55 +00:00
MODPY_PI = Yes
MODPY_PYBUILD = setuptools
.include <bsd.port.mk>