0076b8a998
This is pure python module, so USE_LANGUAGES should be empty.
25 lines
647 B
Makefile
25 lines
647 B
Makefile
# $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
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
|
|
|
|
PY_PATCHPLIST= yes
|
|
PYDISTUTILSPKG= yes
|
|
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|