diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-19 02:34:48 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-07-19 02:34:48 +0000 |
commit | 4eda703f5c0c28835b4aa4720c075ff1d0d76333 (patch) | |
tree | eaa7a13305e7fff61282836d6d2c17b7438e33e9 /devel/py-px/Makefile | |
parent | 1e807601e1c305e820f8dcbb6ce0d033684f45fd (diff) |
Notes
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 000000000000..32d081f973ee --- /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> |