pkgsrc/textproc/py-html5lib/Makefile

15 lines
394 B
Makefile
Raw Normal View History

# $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
2012-01-21 17:52:44 +01:00
HOMEPAGE= http://code.google.com/p/html5lib/
COMMENT= HTML5 parser and tokenizer
LICENSE= mit
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"