mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
19 lines
334 B
Makefile
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>
|