svn commit: r349529 - head/www/p5-Catalyst-Plugin-ErrorCatcher

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 29 14:55:54 UTC 2014


Author: sunpoet
Date: Sat Mar 29 14:55:53 2014
New Revision: 349529
URL: http://svnweb.freebsd.org/changeset/ports/349529
QAT: https://qat.redports.org/buildarchive/r349529/

Log:
  - Fix PERL_LEVEL check and typo

Modified:
  head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile

Modified: head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
==============================================================================
--- head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile	Sat Mar 29 14:53:39 2014	(r349528)
+++ head/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile	Sat Mar 29 14:55:53 2014	(r349529)
@@ -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>


More information about the svn-ports-all mailing list