1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/www/py-html5lib/Makefile
Ruslan Makhmatkhanov 4f8e11a80f - update to 0.95
- add CHEESESHOP mirror
- strict python version to 2.x
- it's no zip-safe anymore, so add pkg-plist
2012-02-11 19:08:58 +00:00

25 lines
431 B
Makefile

# ex:ts=8
# Ports collection makefile for: html5lib
# Date created: Aug 8, 2007
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= html5lib
PORTVERSION= 0.95
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= A Python based HTML parser based on the HTML5 spec
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>