blob: 5e42dd9e1620462ada208b34d7348f193ea4dcc7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: py-px
# Date created: 19 July 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= px
PORTVERSION= 0.7.2
CATEGORIES= devel python
MASTER_SITES= http://starship.python.net/~tmick/downloads/px/${PORTVERSION}/linux/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>
|