diff options
author | sahil <sahil@FreeBSD.org> | 2011-06-09 09:49:46 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-06-09 09:49:46 +0800 |
commit | b25717b5aebe779444dd6f50ea25fb253df68ce8 (patch) | |
tree | 41778ec8e8f375af0789b89a9f269a060ba51000 | |
parent | 1a038b5e5db2cd862291b2813ae8569aafa54458 (diff) | |
download | freebsd-ports-gnome-b25717b5aebe779444dd6f50ea25fb253df68ce8.tar.gz freebsd-ports-gnome-b25717b5aebe779444dd6f50ea25fb253df68ce8.tar.zst freebsd-ports-gnome-b25717b5aebe779444dd6f50ea25fb253df68ce8.zip |
Use the GOOGLE_CODE macro in MASTER_SITES, remove
pkg-plist in favor of PLIST_FILES, define LICENSE
and transfer maintainership to submitter.
Submitted by: cvs-src@yandex.ru (via freebsd-ports)
-rw-r--r-- | www/py-html5lib/Makefile | 8 | ||||
-rw-r--r-- | www/py-html5lib/pkg-descr | 2 | ||||
-rw-r--r-- | www/py-html5lib/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index a196e90e0596..9acc5562433a 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -10,14 +10,16 @@ PORTNAME= html5lib PORTVERSION= 0.90 PORTREVISION= 1 CATEGORIES= www python -MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} +MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= cvs-src@yandex.ru COMMENT= A Python based HTML parser based on the HTML5 spec +LICENSE= MIT + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% USE_ZIP= yes -#NO_WRKSUBDIR= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install diff --git a/www/py-html5lib/pkg-descr b/www/py-html5lib/pkg-descr index 5f37548dcc05..6ba62cd85718 100644 --- a/www/py-html5lib/pkg-descr +++ b/www/py-html5lib/pkg-descr @@ -6,4 +6,4 @@ desktop web browsers. Output is to a tree structure; the current release supports output to a custom tree similar to DOM and to ElementTree. -WWW: http://code.google.com/p/html5lib/ +WWW: http://code.google.com/p/html5lib/ diff --git a/www/py-html5lib/pkg-plist b/www/py-html5lib/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/www/py-html5lib/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |