1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/www/py-html5lib/Makefile
Wen Heping 5b3d58e21e - Update to 0.90
PR:		ports/142920
Submitted by:	Wen Heping(myself)
Approved by:	maintainer(timeout, > 1 month)
Feature safe:	yes
2010-02-25 08:11:04 +00:00

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>