aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Vec
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2006-05-06 11:50:34 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2006-05-06 11:50:34 +0000
commit1427a212d21c9491a63c285b941dc4ecc5c9e761 (patch)
tree58645efe3478941fee4a7a53d49205a9e3ca1431 /math/p5-Math-Vec
parent2eac0b91465050e4d75fcfa54262e88b71ab9fb2 (diff)
downloadports-1427a212d21c9491a63c285b941dc4ecc5c9e761.tar.gz
ports-1427a212d21c9491a63c285b941dc4ecc5c9e761.zip
- Mark IGNORE on old perl.
- Add forgotten BUILD_DEPENDS. PR: ports/96303 Submitted by: leeym
Notes
Notes: svn path=/head/; revision=161489
Diffstat (limited to 'math/p5-Math-Vec')
-rw-r--r--math/p5-Math-Vec/Makefile10
1 files changed, 9 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires perl 5.6.0 or later. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>