15 lines
394 B
Makefile
15 lines
394 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/12/01 18:37:51 adam Exp $
|
|
|
|
DISTNAME= html5lib-0.95
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc www python
|
|
MASTER_SITES= http://html5lib.googlecode.com/files/
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/html5lib/
|
|
COMMENT= HTML5 parser and tokenizer
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|