diff options
Diffstat (limited to 'textproc/py-html5-parser')
-rw-r--r-- | textproc/py-html5-parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-html5-parser/Makefile b/textproc/py-html5-parser/Makefile index 460a1c541ac..529a753a1ea 100644 --- a/textproc/py-html5-parser/Makefile +++ b/textproc/py-html5-parser/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/06/02 08:24:51 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/11/05 09:09:14 ryoon Exp $ DISTNAME= html5-parser-0.4.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc www python MASTER_SITES= ${MASTER_SITE_PYPI:=h/html5-parser/} |