svn commit: r554222 - head/devel/pecl-mustache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Nov 6 11:25:41 UTC 2020


Author: sunpoet
Date: Fri Nov  6 11:25:40 2020
New Revision: 554222
URL: https://svnweb.freebsd.org/changeset/ports/554222

Log:
  Mark IGNORE with PHP 8.0

Modified:
  head/devel/pecl-mustache/Makefile

Modified: head/devel/pecl-mustache/Makefile
==============================================================================
--- head/devel/pecl-mustache/Makefile	Fri Nov  6 11:22:10 2020	(r554221)
+++ head/devel/pecl-mustache/Makefile	Fri Nov  6 11:25:40 2020	(r554222)
@@ -15,6 +15,7 @@ LIB_DEPENDS=	libmustache.so:devel/libmustache
 
 USES=		compiler:c++11-lang php:pecl
 
+IGNORE_WITH_PHP=80
 USE_CXXSTD=	c++11
 
 post-patch:


More information about the svn-ports-all mailing list