diff options
Diffstat (limited to 'math/p5-Math-GSL/Makefile')
-rw-r--r-- | math/p5-Math-GSL/Makefile | 5 |
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> |