summaryrefslogtreecommitdiff
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/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/devel/py-protocols-devel/Makefile b/devel/py-protocols-devel/Makefile
deleted file mode 100644
index 621cef17937c..000000000000
--- a/devel/py-protocols-devel/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Dryice Liu <dryice@dryice.name>
-# $FreeBSD$
-
-PORTNAME= PyProtocols
-PORTVERSION= 1.0.a0.r2302
-PORTREVISION= 2
-CATEGORIES= devel python
-MASTER_SITES= http://files.turbogears.org/eggs/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= ${PORTNAME}-1.0a0dev-r2302
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= Protocol Definition, Declaration, and Adaptation for Python
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}DecoratorTools>=1.7:devel/py-decoratortools@${FLAVOR}
-
-USES= python:2.7 zip
-USE_PYTHON= distutils autoplist
-
-BROKEN= checksum mismatch
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2018-01-27
-
-.include <bsd.port.mk>