2002-07-19 04:34:48 +02:00
|
|
|
# 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
|
2002-07-19 04:34:48 +02:00
|
|
|
CATEGORIES= devel python
|
2006-10-08 16:57:36 +02:00
|
|
|
MASTER_SITES= http://trentm.com/downloads/px/${PORTVERSION}/
|
2002-07-19 04:34:48 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DIST_SUBDIR= python
|
|
|
|
|
2010-05-23 23:16:16 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-25 07:25:35 +01:00
|
|
|
COMMENT= Perforce p4 wrapper and Python Perforce interface
|
2002-07-19 04:34:48 +02:00
|
|
|
|
2006-10-08 16:57:36 +02:00
|
|
|
USE_ZIP= yes
|
2002-07-19 04:34:48 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
|
|
|
USE_PYTHON_PREFIX= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|