freebsd-ports/sysutils/py-nagiosplugin/Makefile
Kubilay Kocak fd8428d31f sysutils/py-nagiosplugin: Update to 1.2.3
- Update PORTVERSION and distinfo checksum (1.2.3)
- Enable NO_ARCH (architecture independent)
- Update test target
2016-02-26 12:25:39 +00:00

23 lines
442 B
Makefile

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