svn commit: r424777 - head/science/metaf2xml
Mathieu Arnold
mat at FreeBSD.org
Thu Oct 27 17:21:11 UTC 2016
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
More information about the svn-ports-all
mailing list