svn commit: r504591 - head/devel/p5-Regexp-Compare

Mathieu Arnold mat at FreeBSD.org
Wed Jun 19 22:41:16 UTC 2019


Author: mat
Date: Wed Jun 19 22:41:15 2019
New Revision: 504591
URL: https://svnweb.freebsd.org/changeset/ports/504591

Log:
  Does not work with Perl 5.30.
  
  With hat:	perl@

Modified:
  head/devel/p5-Regexp-Compare/Makefile   (contents, props changed)

Modified: head/devel/p5-Regexp-Compare/Makefile
==============================================================================
--- head/devel/p5-Regexp-Compare/Makefile	Wed Jun 19 22:40:52 2019	(r504590)
+++ head/devel/p5-Regexp-Compare/Makefile	Wed Jun 19 22:41:15 2019	(r504591)
@@ -19,4 +19,10 @@ USES=		perl5
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} >= 503000
+BROKEN=                does not support 5.30+
+.endif
+
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list