pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/php-mecab
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 29 14:27:31 UTC 2022
Modified Files:
pkgsrc/textproc/php-mecab: Makefile
Log Message:
php-mecab: limit to old php versions
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/textproc/php-mecab/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/php-mecab/Makefile
diff -u pkgsrc/textproc/php-mecab/Makefile:1.13 pkgsrc/textproc/php-mecab/Makefile:1.14
--- pkgsrc/textproc/php-mecab/Makefile:1.13 Mon Nov 4 21:43:44 2019
+++ pkgsrc/textproc/php-mecab/Makefile Mon Aug 29 14:27:30 2022
@@ -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 @@ LICENSE= mit
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