pkgsrc/textproc/py-elementtree/Makefile
obache 12c653b192 * No need to buildlink with obsolated py-xml, add py-expat to DEPENDS instead.
* distutils pkg, using python/distutils.mk and register egg-info.

Bump PKGREVISION.
2012-02-04 12:24:53 +00:00

23 lines
619 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/02/04 12:24:53 obache Exp $
#
DISTNAME= elementtree-1.2.6-20050316
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//}
PKGREVISION= 4
CATEGORIES= textproc
MASTER_SITES= http://effbot.org/downloads/
MAINTAINER= pkgsrc-users@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}-expat-[0-9]*:../../textproc/py-expat
USE_LANGUAGES= # empty
EGG_NAME= elementtree-1.2.6_20050316
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"