diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-22 06:08:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-22 06:08:27 +0000 |
commit | df6edc6f03f41c574ce6f41bd084f99cb8334a3c (patch) | |
tree | aa7473899c68390cfa62be6d1a1b206e6adf1543 /textproc | |
parent | 45c44a2080246100b915ddd2c2831ae238978c0c (diff) | |
download | pkgsrc-df6edc6f03f41c574ce6f41bd084f99cb8334a3c.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-YAWriter/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-YAWriter/Makefile b/textproc/p5-XML-YAWriter/Makefile index 883b08f4f6e..5963c8c93e3 100644 --- a/textproc/p5-XML-YAWriter/Makefile +++ b/textproc/p5-XML-YAWriter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 17:27:46 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/22 06:08:27 minskim Exp $ # DISTNAME= XML-Handler-YAWriter-0.23 @@ -10,7 +10,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Another Perl module for writing XML documents -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Handler/YAWriter/.packlist REPLACE_PERL= xmlpretty |