summaryrefslogtreecommitdiff
path: root/net/py-netlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-netlib/Makefile')
-rw-r--r--net/py-netlib/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/py-netlib/Makefile b/net/py-netlib/Makefile
new file mode 100644
index 000000000000..da38056c61a1
--- /dev/null
+++ b/net/py-netlib/Makefile
@@ -0,0 +1,21 @@
+# Created by: Hung-Yi Chen <gaod@hychen.org>
+# $FreeBSD$
+
+PORTNAME= netlib
+PORTVERSION= 0.9.1
+CATEGORIES= net python
+MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gaod@hychen.org
+COMMENT= Collection of network utilities
+
+LICENSE= MIT
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>0:${PORTSDIR}/devel/py-asn1 \
+ ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+
+.include <bsd.port.mk>