freebsd-ports/www/py-html5lib/Makefile
Ruslan Makhmatkhanov ab528a9190 - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- bump PORTREVISION
2014-02-15 11:09:52 +00:00

21 lines
378 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= html5lib
PORTVERSION= 0.95
PORTREVISION= 1
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
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>