summaryrefslogtreecommitdiff
path: root/textproc/p5-Text-DelimMatch
diff options
context:
space:
mode:
authorseb <seb>2002-09-26 11:25:08 +0000
committerseb <seb>2002-09-26 11:25:08 +0000
commite5cbe4aaff663e2949d3915dc62d899d5e0d446d (patch)
treec1cf5d01a5bc5fdc7896a804b65cce0a07ba74dc /textproc/p5-Text-DelimMatch
parentf4627cadf3d354ceee89667fd190e2461399179d (diff)
downloadpkgsrc-e5cbe4aaff663e2949d3915dc62d899d5e0d446d.tar.gz
buildlink1 -> buildlink2
Use perl5/module.mk
Diffstat (limited to 'textproc/p5-Text-DelimMatch')
-rw-r--r--textproc/p5-Text-DelimMatch/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-Text-DelimMatch/Makefile b/textproc/p5-Text-DelimMatch/Makefile
index 6e4056adf0d..9aeec9173c6 100644
--- a/textproc/p5-Text-DelimMatch/Makefile
+++ b/textproc/p5-Text-DelimMatch/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:23 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2002/09/26 11:25:08 seb Exp $
#
DISTNAME= DelimMatch-1.03
@@ -11,11 +11,8 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/DelimMatch/
COMMENT= Find regexp delimited strings with proper nesting
-USE_BUILDLINK_ONLY= YES
+USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/DelimMatch/.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"