diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-29 22:55:53 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-03-29 22:55:53 +0800 |
commit | e166b2db60e2cc5f081b7a2a02e1f7299e5913d7 (patch) | |
tree | 60fb742ad7293ba2c99eb3884f9998c375eb9dfb /www/p5-Catalyst-Plugin-ErrorCatcher | |
parent | b5020a733f03a5ae51adf3f86137f97a1bd91be7 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |