summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-YAWriter
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-09-25 15:04:31 +0000
committerseb <seb@pkgsrc.org>2002-09-25 15:04:31 +0000
commitb215bfd7bf68ceff731fabf2aa6079700616b6f5 (patch)
tree6415d4f3ca6a9bc2264d98c78ef153e8f39054ec /textproc/p5-XML-YAWriter
parentaa363b8111238cb1a57e9eb1f5afd54344a533a5 (diff)
downloadpkgsrc-b215bfd7bf68ceff731fabf2aa6079700616b6f5.tar.gz
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-XML-YAWriter')
-rw-r--r--textproc/p5-XML-YAWriter/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-YAWriter/Makefile b/textproc/p5-XML-YAWriter/Makefile
index 9961f1294ac..dede4faa235 100644
--- a/textproc/p5-XML-YAWriter/Makefile
+++ b/textproc/p5-XML-YAWriter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2002/07/01 12:31:35 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2002/09/25 15:08:51 seb Exp $
#
DISTNAME= XML-Handler-YAWriter-0.23
@@ -10,12 +10,9 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/}
MAINTAINER= packages@netbsd.org
COMMENT= another Perl module for writing XML documents
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Handler/YAWriter/.packlist
REPLACE_PERL= xmlpretty
-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"