ports/www/py-html5lib/Makefile
Ruslan Makhmatkhanov acea415a6e - trim Makefile header
- remove indefinite article from COMMENT
- update homepage url
2013-09-01 19:18:44 +00:00

19 lines
346 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= html5lib
PORTVERSION= 0.95
CATEGORIES= www python
MASTER_SITES= GOOGLE_CODE \
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python based HTML parser based on the HTML5 spec
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>