freebsd-ports/www/py-html5lib/Makefile
Martin Wilke b960de69c9 - Move over to py25
- while here drop md5 support
- Small cleanups
2011-02-25 04:40:31 +00:00

24 lines
468 B
Makefile

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