aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-nagiosplugin/Makefile
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2016-02-26 12:25:39 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2016-02-26 12:25:39 +0000
commitfd8428d31f8c4d2b8093a61af477aeec7a494a4d (patch)
tree2ac7074d61acceba725e85d2c80effd385144a2e /sysutils/py-nagiosplugin/Makefile
parent34f19c845e8102b61010976af23e2379de97b79d (diff)
downloadports-fd8428d31f8c4d2b8093a61af477aeec7a494a4d.tar.gz
ports-fd8428d31f8c4d2b8093a61af477aeec7a494a4d.zip
Notes
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>