diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-01 11:20:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-01 11:20:38 +0000 |
commit | b28b0ce0b1e4fbe580d5363c220f41aae12e64cf (patch) | |
tree | 4d19a1be590011ef56b5acb889f3a089112aa7fb /net-mgmt/py-ipy/Makefile | |
parent | 7067e69832bf8a20c0ba14061428e4c58bdeb266 (diff) | |
download | ports-b28b0ce0b1e4fbe580d5363c220f41aae12e64cf.tar.gz ports-b28b0ce0b1e4fbe580d5363c220f41aae12e64cf.zip |
Notes
Diffstat (limited to 'net-mgmt/py-ipy/Makefile')
-rw-r--r-- | net-mgmt/py-ipy/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile index 84fb571aad30..f72e1b6cb5a0 100644 --- a/net-mgmt/py-ipy/Makefile +++ b/net-mgmt/py-ipy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipy -PORTVERSION= 0.83 +PORTVERSION= 1.00 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,10 @@ COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -NO_ARCH= yes -USE_PYTHON= autoplist concurrent distutils USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes do-test: ${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py |