aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2016-01-07 19:16:14 +0800
committermiwi <miwi@FreeBSD.org>2016-01-07 19:16:14 +0800
commitba36432731726fdbfb83754a439487c9459b95fb (patch)
tree7100902bd28720057922435675e20ddf20751911 /net-mgmt
parentb96de9b0f19845cacaecb5239e868957795bedb0 (diff)
downloadfreebsd-ports-gnome-ba36432731726fdbfb83754a439487c9459b95fb.tar.gz
freebsd-ports-gnome-ba36432731726fdbfb83754a439487c9459b95fb.tar.zst
freebsd-ports-gnome-ba36432731726fdbfb83754a439487c9459b95fb.zip
- Add NO_ARCH
- Use do-test
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/py-ipy/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile
index 149e535a00a9..24c02a866ffe 100644
--- a/net-mgmt/py-ipy/Makefile
+++ b/net-mgmt/py-ipy/Makefile
@@ -13,8 +13,9 @@ COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks
USES= python
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
-test: install
+do-test:
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
.include <bsd.port.mk>