aboutsummaryrefslogtreecommitdiff
path: root/net/py-iplib/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 07:52:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 07:52:04 +0000
commit147717af95621d2f0899a6d0ae515fdf8cb35e77 (patch)
tree80fd0d757c20b254d2d7744c16dd82e0992ef48d /net/py-iplib/Makefile
parentf83120bb6d7e8ee3a09f55138f778331ed373e9a (diff)
downloadports-147717af95621d2f0899a6d0ae515fdf8cb35e77.tar.gz
ports-147717af95621d2f0899a6d0ae515fdf8cb35e77.zip
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support - Bump PORTREV
Notes
Notes: svn path=/head/; revision=341929
Diffstat (limited to 'net/py-iplib/Makefile')
-rw-r--r--net/py-iplib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-iplib/Makefile b/net/py-iplib/Makefile
index b4101720b34e..567411026dd7 100644
--- a/net/py-iplib/Makefile
+++ b/net/py-iplib/Makefile
@@ -3,6 +3,7 @@
PORTNAME= iplib
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,6 @@ COMMENT= Convert amongst many different IPv4 notations
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>