pkgsrc/textproc/py-elementtree/Makefile

20 lines
549 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:06 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
DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"