freebsd-ports/www/py-html5lib/Makefile
Ruslan Makhmatkhanov 79e2c88989 www/py-html5lib: drop TEST option
Distfile with test data disappeared (along with the web-server), so drop the
TEST option. It seems there are official tests at
https://github.com/html5lib/html5lib-tests, so it should be switched to them
someday.

PR:		208903
Reported by:	marino
2016-04-18 18:16:11 +00:00

22 lines
435 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= html5lib
PORTVERSION= 0.9999999
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Python based HTML parser based on the HTML5 spec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>