summaryrefslogtreecommitdiff
path: root/devel/py-pqueue/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pqueue/Makefile')
-rw-r--r--devel/py-pqueue/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile
deleted file mode 100644
index de6b4d1d3c17..000000000000
--- a/devel/py-pqueue/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# Created by: Hye-Shik Chang <perky@fallin.lv>
-# $FreeBSD$
-
-PORTNAME= pqueue
-PORTVERSION= 0.2
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-DISTNAME= PQueue-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Fibonacci-Heap based Priority-Queue Extension for Python
-
-LICENSE= GPLv2+
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USES= python:2.7 tar:bzip2
-USE_PYTHON= distutils autoplist
-
-WRKSRC= ${WRKDIR}/PQueue
-
-post-patch:
- ${CP} ${FILESDIR}/setup.py ${WRKSRC}
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pqueue.so
-
-.include <bsd.port.mk>