diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-13 04:56:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-13 04:56:38 +0800 |
commit | f8bb505dc4fc02d460fb1e9409a75786ffeffd5c (patch) | |
tree | a4765ea480206614e4d385854fdb0450e4bb0dc1 /net-mgmt | |
parent | 78e47b406297ee5d34800b2bdf69c894865657b3 (diff) | |
download | freebsd-ports-gnome-f8bb505dc4fc02d460fb1e9409a75786ffeffd5c.tar.gz freebsd-ports-gnome-f8bb505dc4fc02d460fb1e9409a75786ffeffd5c.tar.zst freebsd-ports-gnome-f8bb505dc4fc02d460fb1e9409a75786ffeffd5c.zip |
Add LICENSE
- Allow concurrent installation (USE_PYTHON=concurrent)
- Sort USE_PYTHON
- Take maintainership
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/py-ipy/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile index 24c02a866ffe..84fb571aad30 100644 --- a/net-mgmt/py-ipy/Makefile +++ b/net-mgmt/py-ipy/Makefile @@ -8,12 +8,15 @@ MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= IPy-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks -USES= python -USE_PYTHON= distutils autoplist +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + NO_ARCH= yes +USE_PYTHON= autoplist concurrent distutils +USES= python do-test: ${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py |