1e1dff6290
http://something.googlecode.com/files PR: ports/121435 (related)
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: html5lib
|
|
# Date created: Aug 8, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= html5lib
|
|
PORTVERSION= 0.9
|
|
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= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|