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/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-pqueue/Makefile b/devel/py-pqueue/Makefile
new file mode 100644
index 000000000000..2082dcacc668
--- /dev/null
+++ b/devel/py-pqueue/Makefile
@@ -0,0 +1,25 @@
+# Ports collection Makefile for: py-pqueue
+# Date created: 24 October 2001
+# Whom: Hye-Shik Chang <perky@fallin.lv>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pqueue
+PORTVERSION= 0.2
+CATEGORIES= devel python
+MASTER_SITES= http://www.csse.monash.edu.au/hons/projects/1999/Andrew.Snare/
+PKGNAMEPREFIX= py-
+DISTNAME= PQueue-${PORTVERSION}
+
+MAINTAINER= perky@fallin.lv
+
+USE_BZIP2= yes
+USE_PYTHON= yes
+GNU_CONFIGURE= yes
+ALL_TARGET= default
+
+PLIST_SUB= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S|^${LOCALBASE}/||g}
+WRKSRC= ${WRKDIR}/PQueue
+
+.include <bsd.port.mk>