aboutsummaryrefslogtreecommitdiff
path: root/devel/py-protocols-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-protocols-devel/Makefile')
-rw-r--r--devel/py-protocols-devel/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/py-protocols-devel/Makefile b/devel/py-protocols-devel/Makefile
deleted file mode 100644
index 2cfc11c309bd..000000000000
--- a/devel/py-protocols-devel/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Ports collection makefile for: protocols
-# Date created: 2005-07-17
-# Whom: Nicola Vitale
-#
-# $FreeBSD$
-#
-
-PORTNAME= protocols
-PORTVERSION= 0.9.3
-CATEGORIES= devel python
-MASTER_SITES= http://peak.telecommunity.com/dist/
-MASTER_SITE_SUBDIR= ${PORTNAME}
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= PyProtocols-${PORTVERSION}
-
-MAINTAINER= nivit@email.it
-COMMENT= Python module extending the PEP 246 adapt() function
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-
-.include <bsd.port.mk>