aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-GSL
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-13 16:15:36 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-13 16:15:36 +0000
commitb59621d3ae883bef429a8fae6073bfa293a55222 (patch)
treeb415c7b2903cf47ada68c5557c3c6ac33a25fc41 /math/p5-Math-GSL
parente93c09b8f3675471a176b72ae1e6f085f7a607ad (diff)
downloadports-b59621d3ae883bef429a8fae6073bfa293a55222.tar.gz
ports-b59621d3ae883bef429a8fae6073bfa293a55222.zip
Notes
Diffstat (limited to 'math/p5-Math-GSL')
-rw-r--r--math/p5-Math-GSL/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/p5-Math-GSL/Makefile b/math/p5-Math-GSL/Makefile
index 5376900b0881..fdd176984ed4 100644
--- a/math/p5-Math-GSL/Makefile
+++ b/math/p5-Math-GSL/Makefile
@@ -82,4 +82,9 @@ MAN3= Math::GSL.3 \
BROKEN= Does not compile on sparc64
.endif
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version
+RUN_DEPENDS+= p5-version>=0.77:${PORTSDIR}/devel/p5-version
+.endif
+
.include <bsd.port.post.mk>