diff options
Diffstat (limited to 'textproc/p5-XML-Writer/Makefile')
-rw-r--r-- | textproc/p5-XML-Writer/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile index 763d391dc17..2adfa822421 100644 --- a/textproc/p5-XML-Writer/Makefile +++ b/textproc/p5-XML-Writer/Makefile @@ -1,16 +1,19 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:54:42 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/03/29 01:39:45 minskim Exp $ # -DISTNAME= XML-Writer-0.4 +DISTNAME= XML-Writer-0.500 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5xwr CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://xml-writer-perl.berlios.de/ COMMENT= Perl module for writing XML documents -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Writer/.packlist .include "../../lang/perl5/module.mk" |