diff options
Diffstat (limited to 'textproc/p5-Text-DelimMatch/Makefile')
-rw-r--r-- | textproc/p5-Text-DelimMatch/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-Text-DelimMatch/Makefile b/textproc/p5-Text-DelimMatch/Makefile index 3399f1e6198..6e4056adf0d 100644 --- a/textproc/p5-Text-DelimMatch/Makefile +++ b/textproc/p5-Text-DelimMatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/10/18 15:20:43 veego Exp $ +# $NetBSD: Makefile,v 1.4 2001/11/26 06:50:23 jlam Exp $ # DISTNAME= DelimMatch-1.03 @@ -11,10 +11,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/DelimMatch/ COMMENT= Find regexp delimited strings with proper nesting -USE_PERL5= # defined -PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/DelimMatch/.packlist +USE_BUILDLINK_ONLY= 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 "../../mk/bsd.pkg.mk" |