1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Fix PERL_LEVEL check and typo

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-29 14:55:53 +00:00
parent b5020a733f
commit e166b2db60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349529

View File

@ -43,9 +43,9 @@ USE_PERL5= configure
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 501800
BUILD_DEPENCS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
RUN_DEPENCS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.if ${PERL_LEVEL} >= 502000
BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
RUN_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
.endif
.include <bsd.port.post.mk>