aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Catalyst-Plugin-ErrorCatcher
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-29 22:55:53 +0800
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-03-29 22:55:53 +0800
commite166b2db60e2cc5f081b7a2a02e1f7299e5913d7 (patch)
tree60fb742ad7293ba2c99eb3884f9998c375eb9dfb /www/p5-Catalyst-Plugin-ErrorCatcher
parentb5020a733f03a5ae51adf3f86137f97a1bd91be7 (diff)
downloadfreebsd-ports-gnome-e166b2db60e2cc5f081b7a2a02e1f7299e5913d7.tar.gz
freebsd-ports-gnome-e166b2db60e2cc5f081b7a2a02e1f7299e5913d7.tar.zst
freebsd-ports-gnome-e166b2db60e2cc5f081b7a2a02e1f7299e5913d7.zip
- Fix PERL_LEVEL check and typo
Diffstat (limited to 'www/p5-Catalyst-Plugin-ErrorCatcher')
-rw-r--r--www/p5-Catalyst-Plugin-ErrorCatcher/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile b/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
index 463caf0b6c35..279a57ed8fc7 100644
--- a/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
+++ b/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
@@ -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>