diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-22 00:55:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-22 00:55:37 +0000 |
commit | b0070ec23a36b84ac5dcb93d2f12d4c17c37dcf4 (patch) | |
tree | 32e696886dbfd81ce067ff92e2867e451a90c217 /textproc | |
parent | 05c0ab836e0a2d6bd3b7c53246451d3be30df940 (diff) | |
download | pkgsrc-b0070ec23a36b84ac5dcb93d2f12d4c17c37dcf4.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-XML-RegExp/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-libxml/Makefile | 6 |
3 files changed, 12 insertions, 6 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index 0ad20da31f1..66bea29f9f3 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:54:39 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/02/22 00:58:45 minskim Exp $ # DISTNAME= XML-DOM-1.42 @@ -16,7 +16,9 @@ DEPENDS+= p5-XML-RegExp-[0-9]*:../../textproc/p5-XML-RegExp CONFLICTS+= p5-libxml-enno-[0-9]* -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML-DOM/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-XML-RegExp/Makefile b/textproc/p5-XML-RegExp/Makefile index c89d252567a..a299f2a49a5 100644 --- a/textproc/p5-XML-RegExp/Makefile +++ b/textproc/p5-XML-RegExp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:54:41 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/22 00:58:04 minskim Exp $ # DISTNAME= XML-RegExp-0.03 @@ -12,7 +12,9 @@ COMMENT= Provide regular expressions for some XML tokens CONFLICTS+= p5-libxml-enno-[0-9]* -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RegExp/.packlist .include "../../lang/perl5/module.mk" diff --git a/textproc/p5-libxml/Makefile b/textproc/p5-libxml/Makefile index 0298c7473e4..b2cac50fe35 100644 --- a/textproc/p5-libxml/Makefile +++ b/textproc/p5-libxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/12/03 22:14:46 kristerw Exp $ +# $NetBSD: Makefile,v 1.7 2004/02/22 00:56:58 minskim Exp $ DISTNAME= libxml-perl-0.07 PKGNAME= p5-libxml-0.07 @@ -12,7 +12,9 @@ COMMENT= Perl module collection for working with XML DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/libxml-perl/.packlist .include "../../lang/perl5/module.mk" |