aboutsummaryrefslogtreecommitdiff
path: root/net/py-iptools
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2018-02-23 06:31:21 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2018-02-23 06:31:21 +0000
commit21a7e3550b39392bed5555bfc5e3a7619cc55c55 (patch)
tree7821c5217f10e896e6ae32687c735f68adc33adb /net/py-iptools
parentc17a37ae925e6fe5efd8292070ac6f59f8530298 (diff)
downloadports-21a7e3550b39392bed5555bfc5e3a7619cc55c55.tar.gz
ports-21a7e3550b39392bed5555bfc5e3a7619cc55c55.zip
Notes
Diffstat (limited to 'net/py-iptools')
-rw-r--r--net/py-iptools/Makefile19
-rw-r--r--net/py-iptools/distinfo3
-rw-r--r--net/py-iptools/pkg-descr5
3 files changed, 27 insertions, 0 deletions
diff --git a/net/py-iptools/Makefile b/net/py-iptools/Makefile
new file mode 100644
index 000000000000..63bbdf677337
--- /dev/null
+++ b/net/py-iptools/Makefile
@@ -0,0 +1,19 @@
+# $FreeBSD$
+
+PORTNAME= iptools
+DISTVERSION= 0.6.1
+CATEGORIES= net
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jbaggs2016@gmail.com
+COMMENT= Collection of python utilities for manipulating IPv4, IPv6 addresses
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/net/py-iptools/distinfo b/net/py-iptools/distinfo
new file mode 100644
index 000000000000..af47e08fe790
--- /dev/null
+++ b/net/py-iptools/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1519355898
+SHA256 (iptools-0.6.1.tar.gz) = 0f03875a5bed740ba4bf44decb6a78679cca914a1ee8a6cc468114485c4d98e3
+SIZE (iptools-0.6.1.tar.gz) = 13928
diff --git a/net/py-iptools/pkg-descr b/net/py-iptools/pkg-descr
new file mode 100644
index 000000000000..10ae74c8aa35
--- /dev/null
+++ b/net/py-iptools/pkg-descr
@@ -0,0 +1,5 @@
+The iptools package is a collection of utilities for dealing with IP addresses.
+Utilities for manipulating IPv4 and IPv6 addresses including a class that
+can be used to include CIDR network blocks in Django's INTERNAL_IPS setting.
+
+WWW: https://github.com/bd808/python-iptools