summaryrefslogtreecommitdiff
path: root/devel/py-pyev/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pyev/Makefile')
-rw-r--r--devel/py-pyev/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/py-pyev/Makefile b/devel/py-pyev/Makefile
deleted file mode 100644
index 9e74026b7304..000000000000
--- a/devel/py-pyev/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Denis Generalov <gd@rambler-co.ru>
-# $FreeBSD$
-
-PORTNAME= pyev
-PORTVERSION= 0.9.0
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= gd.workbox@gmail.com
-COMMENT= Python libev interface
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LICENSE= GPLv3
-
-LIB_DEPENDS= libev.so:devel/libev
-
-USES= python
-USE_PYTHON= distutils autoplist
-PYDISTUTILS_PKGVERSION=${PORTVERSION}${DISTVERSIONSUFFIX}
-
-CFLAGS+= -I${PREFIX}/include
-LDFLAGS+= -L${PREFIX}/lib
-
-.include <bsd.port.mk>