summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-LibXML/Makefile')
-rw-r--r--textproc/p5-XML-LibXML/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/textproc/p5-XML-LibXML/Makefile b/textproc/p5-XML-LibXML/Makefile
index 7a78a957c1e..334be19715d 100644
--- a/textproc/p5-XML-LibXML/Makefile
+++ b/textproc/p5-XML-LibXML/Makefile
@@ -1,28 +1,31 @@
-# $NetBSD: Makefile,v 1.24 2007/02/27 14:08:33 wiz Exp $
+# $NetBSD: Makefile,v 1.25 2007/06/13 23:29:01 heinz Exp $
#
-DISTNAME= XML-LibXML-1.62001
-PKGNAME= p5-XML-LibXML-1.62.001
+DISTNAME= XML-LibXML-1.63
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5xlx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://search.cpan.org/~phish/XML-LibXML/
+HOMEPAGE= http://search.cpan.org/dist/XML-LibXML/
COMMENT= Perl interface to the libxml2 library
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-XML-SAX>=0.11:../../textproc/p5-XML-SAX
DEPENDS+= p5-XML-NamespaceSupport>=1.07:../../textproc/p5-XML-NamespaceSupport
-DEPENDS+= p5-XML-LibXML-Common-[0-9]*:../../textproc/p5-XML-LibXML-Common
+DEPENDS+= p5-XML-LibXML-Common>=0.13:../../textproc/p5-XML-LibXML-Common
# since version 1.61 the XML::LibXML Perl module
# includes XML::LibXML::XPathContext module
CONFLICTS+= p5-XML-LibXML-XPathContext-[0-9]*
-WRKSRC= ${WRKDIR}/XML-LibXML-1.62
-
+MAKE_ENV+= SKIP_SAX_INSTALL=1 # Must be done in the INSTALL script
PERL5_PACKLIST= auto/XML/LibXML/.packlist
+FILES_SUBST+= PERL5_INSTALLVENDORLIB=${PERL5_INSTALLVENDORLIB:Q}
+
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"