diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-06-09 01:49:46 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-06-09 01:49:46 +0000 |
commit | 0a51bdd9648c37e062c2371622ad1ae84fd6cdab (patch) | |
tree | c087b7c336a80070e195fcedff3f198c516eebaa /www/py-html5lib | |
parent | da0ebabc465f88a882fb7d478f6e29fe50007b71 (diff) | |
download | ports-0a51bdd9648c37e062c2371622ad1ae84fd6cdab.tar.gz ports-0a51bdd9648c37e062c2371622ad1ae84fd6cdab.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)
Notes
Notes:
svn path=/head/; revision=275254
Diffstat (limited to 'www/py-html5lib')
-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%% |