1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

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)
This commit is contained in:
Sahil Tandon 2011-06-09 01:49:46 +00:00
parent da0ebabc46
commit 0a51bdd964
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275254
3 changed files with 6 additions and 5 deletions

View File

@ -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

View File

@ -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/

View File

@ -1 +0,0 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%