diff options
author | taca <taca@pkgsrc.org> | 2012-06-16 03:01:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-06-16 03:01:00 +0000 |
commit | 5c1314432392bfcc09e851ccd63fff896d4cfe99 (patch) | |
tree | 2e5e7e5229e5ed5192adca521a2b8633e2ed7923 /sysutils | |
parent | 3e90f94a76a99a8c3e0d4fae20c7a26cebf68fc3 (diff) | |
download | pkgsrc-5c1314432392bfcc09e851ccd63fff896d4cfe99.tar.gz |
Add a comment why this package accepts only PHP 5.2.x. (5.3.x and 5.4.x
bundled it.)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/php-fileinfo/Makefile | 3 |
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]* |