19 lines
591 B
Makefile
19 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.5 2019/02/12 16:39:34 adam Exp $
|
|
|
|
DISTNAME= html-sanitizer-1.6.4
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc converters python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=h/html-sanitizer/}
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= https://github.com/matthiask/html-sanitizer
|
|
COMMENT= White-list based HTML sanitizer
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
|
|
DEPENDS+= ${PYPKGPREFIX}-lxml>=3.6.1:../../textproc/py-lxml
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|