mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
5b3d58e21e
PR: ports/142920 Submitted by: Wen Heping(myself) Approved by: maintainer(timeout, > 1 month) Feature safe: yes
24 lines
453 B
Makefile
24 lines
453 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: html5lib
|
|
# Date created: Aug 8, 2007
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= html5lib
|
|
PORTVERSION= 0.90
|
|
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>
|