svn commit: r442708 - head/devel/staf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 5 23:25:13 UTC 2017


Author: sunpoet
Date: Mon Jun  5 23:25:11 2017
New Revision: 442708
URL: https://svnweb.freebsd.org/changeset/ports/442708

Log:
  Remove outdated PERL_LEVEL check
  
  With hat:	perl

Modified:
  head/devel/staf/Makefile

Modified: head/devel/staf/Makefile
==============================================================================
--- head/devel/staf/Makefile	Mon Jun  5 23:25:07 2017	(r442707)
+++ head/devel/staf/Makefile	Mon Jun  5 23:25:11 2017	(r442708)
@@ -108,9 +108,7 @@ STAF_VAR_DIR?=	/var/db/STAF
 .include <bsd.port.pre.mk>
 
 .if ${PORT_OPTIONS:MPERL}
-.if ${PERL_LEVEL} >= 502200
 BROKEN=	Perl >= 5.22 is not supported
-.endif
 
 .for i in ${STAF_PERL_VERSIONS}
 .if ${PERL_V} != ${i}


More information about the svn-ports-all mailing list