Remove outdated PERL_LEVEL check
With hat: perl
This commit is contained in:
parent
4d547643ef
commit
803f6a8df4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442719
1 changed files with 2 additions and 7 deletions
|
@ -15,6 +15,7 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
XMLTV_DEPENDS= \
|
||||
p5-CGI>=0:www/p5-CGI \
|
||||
p5-XML-Parser>=0:textproc/p5-XML-Parser \
|
||||
p5-XML-Twig>=0:textproc/p5-XML-Twig \
|
||||
p5-XML-Writer>=0:textproc/p5-XML-Writer \
|
||||
|
@ -96,10 +97,4 @@ post-install:
|
|||
${INSTALL_SCRIPT} ${WRKSRC}/choose/tv_pick/tv_pick_cgi \
|
||||
${STAGEDIR}${PREFIX}/${CGIDIR}/tv_pick.cgi
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} >= 502100
|
||||
XMLTV_DEPENDS+= p5-CGI>=0:www/p5-CGI
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue