pkgsrc/textproc/py-elementtree/Makefile

26 lines
647 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2007/04/30 11:12:35 heinz 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
2006-01-06 00:14:35 +01:00
DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
2006-06-07 14:48:44 +02:00
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
USE_LANGUAGES= # empty
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"