Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 2014 14:55:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r349529 - head/www/p5-Catalyst-Plugin-ErrorCatcher
Message-ID:  <201403291455.s2TEtr5g026581@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403291455.s2TEtr5g026581>