pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/php-mecab php-mecab: limit to old php versions
details: https://anonhg.NetBSD.org/pkgsrc/rev/e045574f0b19
branches: trunk
changeset: 384246:e045574f0b19
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Aug 29 14:27:30 2022 +0000
description:
php-mecab: limit to old php versions
diffstat:
textproc/php-mecab/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 954169d31921 -r e045574f0b19 textproc/php-mecab/Makefile
--- a/textproc/php-mecab/Makefile Mon Aug 29 14:25:35 2022 +0000
+++ b/textproc/php-mecab/Makefile Mon Aug 29 14:27:30 2022 +0000
@@ -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
@@ -18,6 +17,8 @@
INSTALLATION_DIRS+= ${EGDIR}/mecab
PLIST_SRC+= ${.CURDIR}/PLIST.extras
+PHP_VERSIONS_ACCEPTED= 56 74
+
post-install:
cd ${WRKSRC}/examples && \
${INSTALL_DATA} *.php ${DESTDIR}${EGDIR}/mecab
Home |
Main Index |
Thread Index |
Old Index