freebsd-ports/devel/py-pqueue/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

29 lines
673 B
Makefile

# 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= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PQueue-${PORTVERSION}
MAINTAINER= perky@FreeBSD.org
COMMENT= Fibonacci-Heap based Priority-Queue Extension for Python
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pqueue.so
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGVERSION= 0.0.0
WRKSRC= ${WRKDIR}/PQueue
post-patch:
${CP} ${FILESDIR}/setup.py ${WRKSRC}
.include <bsd.port.mk>