diff options
Diffstat (limited to 'www/py-html5lib/Makefile')
-rw-r--r-- | www/py-html5lib/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index 867aad65f8d1..0223dcb492b1 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -7,10 +7,10 @@ # PORTNAME= html5lib -PORTVERSION= 0.90 -PORTREVISION= 1 +PORTVERSION= 0.95 CATEGORIES= www python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= GOOGLE_CODE \ + CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org @@ -18,9 +18,7 @@ COMMENT= A Python based HTML parser based on the HTML5 spec LICENSE= MIT -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -USE_ZIP= yes -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 USE_PYDISTUTILS= easy_install .include <bsd.port.mk> |