freebsd-ports/devel/py-px/Makefile

23 lines
478 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-px
# Date created: 19 July 2002
# Whom: Hye-Shik Chang
#
# $FreeBSD$
PORTNAME= px
2006-10-08 16:57:36 +02:00
PORTVERSION= 0.9.1
CATEGORIES= devel python
2006-10-08 16:57:36 +02:00
MASTER_SITES= http://trentm.com/downloads/px/${PORTVERSION}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= perky@FreeBSD.org
2003-02-25 07:25:35 +01:00
COMMENT= Perforce p4 wrapper and Python Perforce interface
2006-10-08 16:57:36 +02:00
USE_ZIP= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
.include <bsd.port.mk>