diff options
author | miwi <miwi@FreeBSD.org> | 2016-01-07 19:16:14 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2016-01-07 19:16:14 +0800 |
commit | ba36432731726fdbfb83754a439487c9459b95fb (patch) | |
tree | 7100902bd28720057922435675e20ddf20751911 /net-mgmt | |
parent | b96de9b0f19845cacaecb5239e868957795bedb0 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |