mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd7
22 lines
546 B
Makefile
22 lines
546 B
Makefile
PORTNAME= html5-parser
|
|
PORTVERSION= 0.4.10
|
|
PORTREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Fast implementation of the HTML 5 parsing spec for Python
|
|
|
|
LICENSE= APACHE20
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=3.8.0:devel/py-lxml@${PY_FLAVOR}
|
|
|
|
USES= gnome pkgconfig python:3.6+
|
|
USE_PYTHON= autoplist distutils
|
|
USE_GNOME= libxml2
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/html5_parser/html_parser*.so
|
|
|
|
.include <bsd.port.mk>
|