diff options
author | jlam <jlam> | 2004-01-05 22:16:24 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 22:16:24 +0000 |
commit | f704fb786586f743826cbe63ba130bea88155a93 (patch) | |
tree | 7e110ae5730d53426f3cb2ac58b24d5cc1f5c790 /textproc/p5-XML-Parser/Makefile | |
parent | 4b196caa038555def4ecbd59a0ce7791e1ba1f99 (diff) | |
download | pkgsrc-f704fb786586f743826cbe63ba130bea88155a93.tar.gz |
bl3ify
Diffstat (limited to 'textproc/p5-XML-Parser/Makefile')
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index aeec335ccdd..e407ee276ca 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2003/10/11 13:40:19 grant Exp $ +# $NetBSD: Makefile,v 1.18 2004/01/05 22:16:25 jlam Exp $ # DISTNAME= XML-Parser-2.31 @@ -12,9 +12,11 @@ MAINTAINER= bad@NetBSD.org #HOMEPAGE= http://wwwx.netheaven.com/~coopercc/xmlparser/intro.html COMMENT= Perl extension interface to James Clark's XML parser, expat -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Parser/.packlist .include "../../lang/perl5/module.mk" -.include "../../textproc/expat/buildlink2.mk" +.include "../../textproc/expat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |