18 lines
441 B
Makefile
18 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.2 2009/10/19 10:57:40 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= html5lib-0.11.1
|
|
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
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|