summaryrefslogtreecommitdiff
path: root/textproc/py-html5lib/Makefile
blob: 8102ac00f5cebc7a25b0ff9793cdbdf7af77998e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $NetBSD: Makefile,v 1.11 2017/01/14 23:04:16 kleink Exp $

H5LVER=		0.999999999
DISTNAME=	html5lib-python-${H5LVER}
PKGNAME=	${PYPKGPREFIX}-html5lib-${H5LVER}
PKGREVISION=	1
CATEGORIES=	textproc www python
MASTER_SITES=	-https://github.com/html5lib/html5lib-python/archive/${H5LVER}${EXTRACT_SUFX}

MAINTAINER=	joerg@NetBSD.org
HOMEPAGE=	https://github.com/html5lib/html5lib-python
COMMENT=	HTML5 parser and tokenizer
LICENSE=	mit

DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
DEPENDS+=	${PYPKGPREFIX}-webencodings-[0-9]*:../../textproc/py-webencodings

EGG_NAME=	html5lib-${PKGVERSION_NOREV}

.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"