diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-06 11:50:34 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2006-05-06 11:50:34 +0000 |
commit | 1427a212d21c9491a63c285b941dc4ecc5c9e761 (patch) | |
tree | 58645efe3478941fee4a7a53d49205a9e3ca1431 /math/p5-Math-Vec | |
parent | 2eac0b91465050e4d75fcfa54262e88b71ab9fb2 (diff) | |
download | ports-1427a212d21c9491a63c285b941dc4ecc5c9e761.tar.gz ports-1427a212d21c9491a63c285b941dc4ecc5c9e761.zip |
Notes
Diffstat (limited to 'math/p5-Math-Vec')
-rw-r--r-- | math/p5-Math-Vec/Makefile | 10 |
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> |