freebsd-ports/www/py-html5lib/Makefile
Pav Lucistnik 3ca0e9bc88 - Update to 0.11.1
PR:		ports/125638
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer timeout (ijliao; 5 months)
2008-12-31 18:38:30 +00:00

23 lines
455 B
Makefile

# ex:ts=8
# Ports collection makefile for: html5lib
# Date created: Aug 8, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= html5lib
PORTVERSION= 0.11.1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= A Python based HTML parser based on the HTML5 spec
USE_ZIP= yes
#NO_WRKSUBDIR= yes
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>