aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-nagiosplugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-nagiosplugin/Makefile')
-rw-r--r--sysutils/py-nagiosplugin/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/py-nagiosplugin/Makefile b/sysutils/py-nagiosplugin/Makefile
index b4be268d2147..cb3942921342 100644
--- a/sysutils/py-nagiosplugin/Makefile
+++ b/sysutils/py-nagiosplugin/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= nagiosplugin
-PORTVERSION= 1.2.2
-PORTREVISION= 1
+PORTVERSION= 1.2.3
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python
USE_PYTHON= distutils autoplist
-regression-test: build
+NO_ARCH= yes
+
+do-test:
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
.include <bsd.port.mk>