Files
ports/sysutils/py-nagiosplugin/Makefile
Kubilay Kocak 499299ff76 sysutils/py-nagiosplugin: Remove pre-install target
Remove pre-install target, committed inadvertently.

Also, here's the URL for nagiosplugin changes:

  * http://pythonhosted.org/nagiosplugin/history.html
2014-07-28 05:21:11 +00:00

24 lines
477 B
Makefile

# $FreeBSD$
PORTNAME= nagiosplugin
PORTVERSION= 1.2.2
PORTREVISION= 1
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
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>