- Perl modules require perl level > 500806
Reported by: pointyhat via kris Approved by: maintainer, novel (mentor) (implicit)
This commit is contained in:
parent
e67b866922
commit
e0e8b3b3da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145639
@ -22,6 +22,7 @@ BUILD_DEPENDS+= ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip
|
||||
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML \
|
||||
${SITE_PERL}/Crypt/CipherSaber.pm:${PORTSDIR}/security/p5-Crypt-CipherSaber \
|
||||
${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
|
||||
${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \
|
||||
${LOCALBASE}/bin/mhonarc:${PORTSDIR}/www/mhonarc
|
||||
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
@ -42,12 +43,8 @@ PLIST_SUB+= NLS=""
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
||||
.else
|
||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||
.if ${PERL_LEVEL} < 500806
|
||||
IGNORE= needs Perl 5.8.6 or above (lang/perl5.8)
|
||||
.endif
|
||||
|
||||
.if defined(WITH_FASTCGI)
|
||||
|
Loading…
Reference in New Issue
Block a user