pkgsrc/textproc/py-html5lib/Makefile
adam cf05b03dbe Changes 0.90:
* Parses valid and invalid HTML documents to a tree
* Support for minidom, ElementTree (including cElementTree and lxml.etree),
  BeautifulSoup (deprecated) and custom simpletree output formats
* DOM to SAX converter
* Reports parse errors
* Character encoding detection
* Filtering and serializing of trees
* HTML+CSS sanitizer
* Many unit tests
2011-04-15 08:42:03 +00:00

17 lines
448 B
Makefile

# $NetBSD: Makefile,v 1.3 2011/04/15 08:42:03 adam Exp $
DISTNAME= html5lib-0.90
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc www python
MASTER_SITES= http://html5lib.googlecode.com/files/
EXTRACT_SUFX= .zip
MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://code.google.com/5/html5lib/
COMMENT= HTML5 parser and tokenizer
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"