aboutsummaryrefslogtreecommitdiffstats
path: root/math/PDL
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-03-28 21:54:54 +0800
committerarved <arved@FreeBSD.org>2003-03-28 21:54:54 +0800
commit039f0b3f4e40a21ec6fe4543ef140e784f596b95 (patch)
treeeed09428af2933217e8c036a7ade5599795c5932 /math/PDL
parent12088eb174f0f9739bb9c28f52a727cdfcc89b43 (diff)
downloadfreebsd-ports-gnome-039f0b3f4e40a21ec6fe4543ef140e784f596b95.tar.gz
freebsd-ports-gnome-039f0b3f4e40a21ec6fe4543ef140e784f596b95.tar.zst
freebsd-ports-gnome-039f0b3f4e40a21ec6fe4543ef140e784f596b95.zip
This port requires perl > 5.6
PR: 43728 Submitted by: Jamie Aczel <temperanza@softhome.net>
Diffstat (limited to 'math/PDL')
-rw-r--r--math/PDL/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 5d533f258f3c..e9a159f682bf 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= PDL pdl
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl Data Language
-BROKEN= "Does not compile"
-
BUILD_DEPENDS= ${PERL_SITELIBDIR}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \
${PERL_SITELIBDIR}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \
${PERL_SITELIBDIR}/Inline.pm:${PORTSDIR}/devel/p5-Inline \
@@ -49,6 +47,9 @@ pre-extract:
.if ${MACHINE_ARCH} == "alpha"
BROKEN= test script t/flexraw.t fails all 26 tests
.endif
+.if ${PERL_LEVEL} < 500601
+IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif # ${PERL_LEVEL} < 500601
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}