Date: Thu, 27 Oct 2016 17:21:09 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424777 - head/science/metaf2xml Message-ID: <201610271721.u9RHL9A1083565@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Thu Oct 27 17:21:09 2016 New Revision: 424777 URL: https://svnweb.freebsd.org/changeset/ports/424777 Log: The correct way to check for Perl's version is with PERL_LEVEL. Sponsored by: Absolight Modified: head/science/metaf2xml/Makefile (contents, props changed) Modified: head/science/metaf2xml/Makefile ============================================================================== --- head/science/metaf2xml/Makefile Thu Oct 27 17:09:58 2016 (r424776) +++ head/science/metaf2xml/Makefile Thu Oct 27 17:21:09 2016 (r424777) @@ -36,7 +36,7 @@ PLIST_SUB= VERSION=${PORTVERSION} .include <bsd.port.pre.mk> -.if ${PERL_VER} >= 5.22 +.if ${PERL_LEVEL} >= 502200 RUN_DEPENDS+= p5-CGI>0:www/p5-CGI .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610271721.u9RHL9A1083565>