aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-pqueue/Makefile
blob: 1bbcd9a18315f2fc6d7ab27a44d3551eb2db87db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

USE_BZIP2=  yes
USE_PYTHON= yes
GNU_CONFIGURE=  yes
ALL_TARGET= default

WRKSRC=     ${WRKDIR}/PQueue

.include <bsd.port.mk>