Files
ports/sysutils/py-command_runner/Makefile
T
2025-07-17 14:14:46 +00:00

19 lines
334 B
Makefile

COMMENT= platform agnostic command and shell execution tool
MODPY_DISTV= 1.7.4
DISTNAME= command_runner-${MODPY_DISTV}
PKGNAME= py-${DISTNAME}
CATEGORIES= sysutils
HOMEPAGE= https://github.com/netinvent/command_runner
# BSD
PERMIT_PACKAGE= Yes
MODULES= lang/python
MODPY_PYBUILD= setuptools
MODPY_PI= Yes
.include <bsd.port.mk>