diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-31 18:38:30 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-12-31 18:38:30 +0000 |
commit | 3ca0e9bc88f06ab4acc7db3a9da5ae2b268e2d8f (patch) | |
tree | 325fcf1cb2d9ba8bd244175b1c37af95c9650b0e /www/py-html5lib/Makefile | |
parent | e3e672d219bf0b74358f12043b311c8fd6baa7eb (diff) |
Notes
Diffstat (limited to 'www/py-html5lib/Makefile')
-rw-r--r-- | www/py-html5lib/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index e179c170b12a..26f1446fdcae 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -7,7 +7,7 @@ # PORTNAME= html5lib -PORTVERSION= 0.9 +PORTVERSION= 0.11.1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,8 +16,8 @@ MAINTAINER= ijliao@FreeBSD.org COMMENT= A Python based HTML parser based on the HTML5 spec USE_ZIP= yes -NO_WRKSUBDIR= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +#NO_WRKSUBDIR= yes +USE_PYTHON= 2.4+ +USE_PYDISTUTILS= easy_install .include <bsd.port.mk> |