1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Remove outdated PERL_LEVEL check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-06-02 15:39:38 +00:00
parent 82c97bec20
commit 72291d7482
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442394

View File

@ -13,6 +13,8 @@ COMMENT= Light and fast web based squid proxy traffic analyser
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/doc/gnugpl.txt
RUN_DEPENDS= p5-CGI>0:www/p5-CGI
USES= perl5 shebangfix tar:tgz
SHEBANG_FILES= *.cgi *.pl tools/SiteAggregator/*.pl lang/*.pl tools/*.pl \
lightsquid.cfg
@ -80,10 +82,4 @@ do-install-DOCS-on:
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${STAGEDIR}/${DOCSDIR}
.endfor
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 502200
RUN_DEPENDS+= p5-CGI>0:www/p5-CGI
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>