diff options
Diffstat (limited to 'net-mgmt/py-ipcalc/Makefile')
-rw-r--r-- | net-mgmt/py-ipcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/py-ipcalc/Makefile b/net-mgmt/py-ipcalc/Makefile index f71ed15aee74..3e1cbb2643f5 100644 --- a/net-mgmt/py-ipcalc/Makefile +++ b/net-mgmt/py-ipcalc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipcalc -PORTVERSION= 0.6 +PORTVERSION= 1.0.0 CATEGORIES= net-mgmt python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/i/ipcalc @@ -12,6 +12,6 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Module to perform IP subnet calculations USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS=yes .include <bsd.port.mk> |