diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-05-06 19:50:34 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-05-06 19:50:34 +0800 |
commit | 55b335748f4116b00163a55de54e5c554839f0ab (patch) | |
tree | d8e02a9d2e1202f0e1ac891b4f6a6afc314eda68 /math/p5-Math-Vec | |
parent | be2954ab07fc808a34a8043757bc1e09faafc984 (diff) | |
download | freebsd-ports-gnome-55b335748f4116b00163a55de54e5c554839f0ab.tar.gz freebsd-ports-gnome-55b335748f4116b00163a55de54e5c554839f0ab.tar.zst freebsd-ports-gnome-55b335748f4116b00163a55de54e5c554839f0ab.zip |
- Mark IGNORE on old perl.
- Add forgotten BUILD_DEPENDS.
PR: ports/96303
Submitted by: leeym
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> |