24 lines
609 B
Makefile
24 lines
609 B
Makefile
# $NetBSD: Makefile,v 1.9 2009/02/09 21:09:23 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= elementtree-1.2.6-20050316
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//}
|
|
PKGREVISION= 3
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://effbot.org/downloads/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://effbot.org/zone/element.htm
|
|
COMMENT= Read XML and HTML files into trees of Element objects
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|