mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
29 lines
495 B
Makefile
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>
|