mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
This port requires perl > 5.6
PR: 43728 Submitted by: Jamie Aczel <temperanza@softhome.net>
This commit is contained in:
parent
682eac958f
commit
35dc71e206
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77627
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user