summaryrefslogtreecommitdiff
path: root/devel/py-async/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-async/Makefile')
-rw-r--r--devel/py-async/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/py-async/Makefile b/devel/py-async/Makefile
deleted file mode 100644
index 65e9bbd1cdc0..000000000000
--- a/devel/py-async/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= async
-PORTVERSION= 0.6.2
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= Framework to process interdependent tasks in a pool of workers
-
-DEPRECATED= Further using of this module is not encouraged by upstream
-EXPIRATION_DATE= 2015-11-26
-
-NO_ARCH= yes
-USES= python
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>