summaryrefslogtreecommitdiff
path: root/textproc/py-lxml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-lxml/Makefile')
-rw-r--r--textproc/py-lxml/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile
index f8137fae58f..db436be5b67 100644
--- a/textproc/py-lxml/Makefile
+++ b/textproc/py-lxml/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2008/11/18 15:45:56 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/16 20:05:12 joerg Exp $
#
DISTNAME= lxml-2.1.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://codespeak.net/lxml/
EXTRACT_SUFX= .tgz
@@ -11,10 +12,11 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://codespeak.net/lxml/
COMMENT= Python binding for libxml2 and libxslt
-PYTHON_VERSIONS_ACCEPTED= 25 24 23
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYDISTUTILSPKG= yes
-.include "../../lang/python/extension.mk"
+.include "../../lang/python/egg.mk"
BUILDLINK_API_DEPENDS.libxml2+= libxml2>=2.6.28
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.libxslt+= libxslt>=1.1.15