aboutsummaryrefslogtreecommitdiff
path: root/net/py-timeoutsocket/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/py-timeoutsocket/Makefile')
-rw-r--r--net/py-timeoutsocket/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/py-timeoutsocket/Makefile b/net/py-timeoutsocket/Makefile
new file mode 100644
index 000000000000..8b44ccacc6e7
--- /dev/null
+++ b/net/py-timeoutsocket/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: timeoutsocket
+# Date created: 23 April 2007
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= timeoutsocket
+PORTVERSION= 1.23
+CATEGORIES= net python
+MASTER_SITES= CENKES
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Timeout mechanism for TCP connections
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>