mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
CGI::* was removed in Perl 5.21.0
With hat: perl@ Sponsored by: Absolight
This commit is contained in:
parent
8455ebaab5
commit
cdd3297c5a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383889
@ -89,6 +89,11 @@ RUN_DEPENDS+= p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 502100
|
||||
BUILD_DEPENDS+= p5-CGI-Fast>=0:${PORTSDIR}/www/p5-CGI-Fast
|
||||
RUN_DEPENDS+= p5-CGI-Fast>=0:${PORTSDIR}/www/p5-CGI-Fast
|
||||
.endif
|
||||
|
||||
# We will take these from CPAN instead
|
||||
post-extract:
|
||||
cd ${WRKSRC}/lib ; ${RM} BER.pm SNMP_util.pm SNMP_Session.pm
|
||||
|
Loading…
Reference in New Issue
Block a user