diff options
author | perky <perky@FreeBSD.org> | 2002-07-19 02:34:48 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-19 02:34:48 +0000 |
commit | 516a86644a602f6afe41535546309b1cad39b09e (patch) | |
tree | 0acf03c62dcae28e0d6d899f8a35fa7f91ee9fa5 /devel/py-px/Makefile | |
parent | 80f7b3036319f5062cb347c5f86812b3a268a51e (diff) | |
download | FreeBSD-ports-516a86644a602f6afe41535546309b1cad39b09e.zip FreeBSD-ports-516a86644a602f6afe41535546309b1cad39b09e.tar.gz |
Add py-px 0.6.8, a Python Interface to Perforce p4(1)
Diffstat (limited to 'devel/py-px/Makefile')
-rw-r--r-- | devel/py-px/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-px/Makefile b/devel/py-px/Makefile new file mode 100644 index 0000000..32d081f --- /dev/null +++ b/devel/py-px/Makefile @@ -0,0 +1,20 @@ +# 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> |