aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl2
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-05-21 19:38:23 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-05-21 19:38:23 +0000
commit3d2d16f62e81fb36c11842016fa9f89d4446b759 (patch)
treee5373b5d914d53bbbf216be3ee8b76d66a458641 /www/mod_perl2
parentfbd93e4883daa113a9ea62c64f77b40a38302648 (diff)
downloadports-3d2d16f62e81fb36c11842016fa9f89d4446b759.tar.gz
ports-3d2d16f62e81fb36c11842016fa9f89d4446b759.zip
- mod_perl works only with perl >= 5.22,
refelct this in the ${PERL_VER} check! Reported by: Daniel Mafua <daniel.mafua_at_dempseyuniform.com>
Notes
Notes: svn path=/head/; revision=415609
Diffstat (limited to 'www/mod_perl2')
-rw-r--r--www/mod_perl2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 494dec7aa219..002770ccf7ae 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -32,7 +32,7 @@ PLIST_SUB+= APMOD_FILE=${APMOD_FILE}
.include <bsd.port.pre.mk>
-.if ${PERL_VER} == 5.22
+.if ${PERL_VER} >= 5.22
BROKEN= PERL ${PERL_VER} is not supported by upstream,\
see http://svn.apache.org/viewvc/perl/modperl/trunk/README?view=markup
.endif