diff options
-rw-r--r-- | www/py-html5lib/Makefile | 9 | ||||
-rw-r--r-- | www/py-html5lib/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/www/py-html5lib/Makefile b/www/py-html5lib/Makefile index 0223dcb492b1..4db0377cec4e 100644 --- a/www/py-html5lib/Makefile +++ b/www/py-html5lib/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: html5lib -# Date created: Aug 8, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= html5lib PORTVERSION= 0.95 @@ -14,7 +9,7 @@ MASTER_SITES= GOOGLE_CODE \ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= rm@FreeBSD.org -COMMENT= A Python based HTML parser based on the HTML5 spec +COMMENT= Python based HTML parser based on the HTML5 spec LICENSE= MIT diff --git a/www/py-html5lib/pkg-descr b/www/py-html5lib/pkg-descr index 6ba62cd85718..470e47a9b1ef 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: https://github.com/html5lib/ |