aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-ipcalc/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-22 11:01:57 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2012-11-22 11:01:57 +0000
commitd93c88fd08e145ad4a1d26a827b8b1aa42d0561f (patch)
treee8cf82ef8d04753766c88c28072d413e0d074a0a /net-mgmt/py-ipcalc/Makefile
parentc919cf310d15d171bd01938941f949932de5b918 (diff)
downloadports-d93c88fd08e145ad4a1d26a827b8b1aa42d0561f.tar.gz
ports-d93c88fd08e145ad4a1d26a827b8b1aa42d0561f.zip
Add py-ipcalc 0.6, module to perform IP subnet calculations.
Feature safe: yes
Notes
Notes: svn path=/head/; revision=307641
Diffstat (limited to 'net-mgmt/py-ipcalc/Makefile')
-rw-r--r--net-mgmt/py-ipcalc/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net-mgmt/py-ipcalc/Makefile b/net-mgmt/py-ipcalc/Makefile
new file mode 100644
index 000000000000..f71ed15aee74
--- /dev/null
+++ b/net-mgmt/py-ipcalc/Makefile
@@ -0,0 +1,17 @@
+# Created by: ehaupt@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME= ipcalc
+PORTVERSION= 0.6
+CATEGORIES= net-mgmt python
+MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
+MASTER_SITE_SUBDIR= source/i/ipcalc
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= ehaupt@FreeBSD.org
+COMMENT= Module to perform IP subnet calculations
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>