From 4bb8a19312663f36f35c6dc2c8f3cf751dca4b89 Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Sun, 11 May 2003 16:48:18 +0000 Subject: Require perl 5.6.1. PR: 52074 Submitted by: "Miguel Mendez" --- mail/pflogstats/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/pflogstats/Makefile b/mail/pflogstats/Makefile index 6ac445fca4ea..547faf65dd9e 100644 --- a/mail/pflogstats/Makefile +++ b/mail/pflogstats/Makefile @@ -22,6 +22,12 @@ NO_BUILD= yes USE_PERL5= yes USE_REINPLACE= yes +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= Port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + post-patch: # fix location of PERL @${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/*.pl @@ -38,4 +44,4 @@ do-install: .endfor .endif -.include +.include -- cgit v1.2.3