Files
ports/sysutils/py-command_runner/Makefile
T
2025-04-29 10:40:01 +00:00

29 lines
495 B
Makefile

COMMENT = platform agnostic command and shell execution tool
MODPY_DISTV = 1.4.0
GH_ACCOUNT = netinvent
GH_PROJECT = command_runner
GH_TAGNAME = v${MODPY_DISTV}
DISTNAME = command_runner-${MODPY_DISTV}
PKGNAME = py-${DISTNAME}
REVISION = 3
CATEGORIES = sysutils
HOMEPAGE = https://github.com/netinvent/command_runner
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/python
# exists on PyPI but has no tests
#MODPY_PI = Yes
MODPY_PYBUILD = setuptools
MODPY_PYTEST = Yes
.include <bsd.port.mk>