Mon Aug 29 14:27:31 2022 UTC ()
php-mecab: limit to old php versions


(wiz)
diff -r1.13 -r1.14 pkgsrc/textproc/php-mecab/Makefile

cvs diff -r1.13 -r1.14 pkgsrc/textproc/php-mecab/Makefile (expand / switch to context diff)
--- pkgsrc/textproc/php-mecab/Makefile 2019/11/04 21:43:44 1.13
+++ pkgsrc/textproc/php-mecab/Makefile 2022/08/29 14:27:30 1.14
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2019/11/04 21:43:44 rillig Exp $
-#
+# $NetBSD: Makefile,v 1.14 2022/08/29 14:27:30 wiz Exp $
 
 PECL_DISTNAME=	${MODNAME}-${PECL_VERSION}
 MODNAME=	mecab
@@ -17,6 +16,8 @@
 
 INSTALLATION_DIRS+=	${EGDIR}/mecab
 PLIST_SRC+=		${.CURDIR}/PLIST.extras
+
+PHP_VERSIONS_ACCEPTED=	56 74
 
 post-install:
 	cd ${WRKSRC}/examples && \