From 1427a212d21c9491a63c285b941dc4ecc5c9e761 Mon Sep 17 00:00:00 2001 From: Jun Kuriyama Date: Sat, 6 May 2006 11:50:34 +0000 Subject: - Mark IGNORE on old perl. - Add forgotten BUILD_DEPENDS. PR: ports/96303 Submitted by: leeym --- math/p5-Math-Vec/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'math/p5-Math-Vec') diff --git a/math/p5-Math-Vec/Makefile b/math/p5-Math-Vec/Makefile index c778086c27aa..68c3d83d2324 100644 --- a/math/p5-Math-Vec/Makefile +++ b/math/p5-Math-Vec/Makefile @@ -15,7 +15,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Object-Oriented Vector Math Methods in Perl +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple + PERL_MODBUILD= yes MAN3= Math::Vec.3 -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again +.endif + +.include -- cgit v1.2.3