mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
27 lines
478 B
Makefile
27 lines
478 B
Makefile
COMMENT = command line interface tools for Python
|
|
|
|
MODPY_DISTV = 0.5.1
|
|
DISTNAME = clint-${MODPY_DISTV}
|
|
PKGNAME = py-${DISTNAME}
|
|
CATEGORIES = devel
|
|
REVISION = 12
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
MODPY_PI = Yes
|
|
MODPY_PYBUILD = setuptools
|
|
|
|
DOCS = ${PREFIX}/share/doc/${MODPY_PY_PREFIX}clint
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCS}
|
|
cd ${WRKSRC} && pax -rw *.rst ${DOCS}
|
|
|
|
do-test:
|
|
cd ${WRKSRC} && ${MODPY_BIN} test_clint.py
|
|
|
|
.include <bsd.port.mk>
|