diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-14 19:37:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-06-14 19:37:44 +0000 |
commit | e0b662aa2ef811bef297ff0c020937b33803ce8d (patch) | |
tree | 7d7dd1e63997f8291b80a33eb0da45784a42a65d /www | |
parent | 350b89b0f9c8e542c9751071ac01ed4b6bd03b7d (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/py-qpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-qpy/Makefile b/www/py-qpy/Makefile index 2125314b4790..6f1c3ddbaaae 100644 --- a/www/py-qpy/Makefile +++ b/www/py-qpy/Makefile @@ -11,9 +11,10 @@ CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qpy/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Generating safely-quoted html text from python code +MAKE_ENV= USE_DISTUTILS=yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes |