summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca>2012-06-16 03:01:00 +0000
committertaca <taca>2012-06-16 03:01:00 +0000
commit63bfd9a9be3f3acab8acfed8ac81d6e76695cbf1 (patch)
tree2e5e7e5229e5ed5192adca521a2b8633e2ed7923
parent27468dd4aa84d1a242168ec56a5d996b4a85be73 (diff)
downloadpkgsrc-63bfd9a9be3f3acab8acfed8ac81d6e76695cbf1.tar.gz
Add a comment why this package accepts only PHP 5.2.x. (5.3.x and 5.4.x
bundled it.)
-rw-r--r--sysutils/php-fileinfo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/php-fileinfo/Makefile b/sysutils/php-fileinfo/Makefile
index 121e629a436..c198f53cb35 100644
--- a/sysutils/php-fileinfo/Makefile
+++ b/sysutils/php-fileinfo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2011/10/04 07:42:35 manu Exp $
+# $NetBSD: Makefile,v 1.2 2012/06/16 03:01:00 taca Exp $
MODNAME= fileinfo
PECL_VERSION= 1.0.4
@@ -9,6 +9,7 @@ COMMENT= PHP extension for libmagic bindings
PKG_DESTDIR_SUPPORT= user-destdir
+# PHP 5.3 and later includes in base.
PHP_VERSIONS_ACCEPTED= 52
CONFLICTS= php-fileinfo-[0-9]*