1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/devel/py-px/Makefile

21 lines
428 B
Makefile

# New ports collection makefile for: py-px
# Date created: 19 July 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= px
PORTVERSION= 0.6.8
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>