summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Writer
diff options
context:
space:
mode:
authorseb <seb>2002-09-25 15:16:21 +0000
committerseb <seb>2002-09-25 15:16:21 +0000
commit652de7facd384f74c0fc41a8b6ad6732dff890b1 (patch)
tree948b4e5d3a3b3eca91acc5c72e567cde8e51764f /textproc/p5-XML-Writer
parent3aa6985f26b2da596ba66214b540e0426f4ae12f (diff)
downloadpkgsrc-652de7facd384f74c0fc41a8b6ad6732dff890b1.tar.gz
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-XML-Writer')
-rw-r--r--textproc/p5-XML-Writer/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Writer/Makefile b/textproc/p5-XML-Writer/Makefile
index 5cf55da738f..617844f3ddf 100644
--- a/textproc/p5-XML-Writer/Makefile
+++ b/textproc/p5-XML-Writer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:26 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/25 15:20:35 seb Exp $
#
DISTNAME= XML-Writer-0.4
@@ -10,11 +10,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= packages@netbsd.org
COMMENT= Perl module for writing XML documents
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Writer/.packlist
-do-configure:
- @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
-
-.include "../../lang/perl5/buildlink.mk"
+.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"