- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178925
Submitted by:	az
Approved by:	Paul Schmehl <pauls@utdallas.edu> (maintainer)
This commit is contained in:
Andrej Zverev 2013-05-25 18:00:45 +00:00
parent ef47aef18c
commit e7ea6a4b97
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319063

View File

@ -38,11 +38,4 @@ PERL_CONFIGURE= yes
MAN3= CIF::Client.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress
RUN_DEPENDS+= p5-IO-Compress>=2.008:${PORTSDIR}/archivers/p5-IO-Compress
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>