diff options
Diffstat (limited to 'www/py-qpy/Makefile')
-rw-r--r-- | www/py-qpy/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-qpy/Makefile b/www/py-qpy/Makefile index ff75bdcfa359..5143362d6cc9 100644 --- a/www/py-qpy/Makefile +++ b/www/py-qpy/Makefile @@ -6,13 +6,14 @@ # PORTNAME= qpy -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= www python MASTER_SITES= http://www.mems-exchange.org/software/qpy/ \ + ${MASTER_SITE_LOCAL} \ http://dryice.name/computer/FreeBSD/distfiles/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= dryice@dryice.name +MAINTAINER= dryice@FreeBSD.org COMMENT= Generating safely-quoted html text from python code USE_PYTHON= 2.4+ |