Files
ports/sysutils/py-nagiosplugin/Makefile
T

23 lines
465 B
Makefile

PORTNAME= nagiosplugin
DISTVERSION= 1.3.2
CATEGORIES= sysutils python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bofh@FreeBSD.org
COMMENT= Class library for writing Nagios (Icinga) plugins
WWW= https://nagiosplugin.readthedocs.io/
LICENSE= ZPL21
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>