diff options
author | pav <pav@FreeBSD.org> | 2005-03-17 22:38:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-03-17 22:38:15 +0800 |
commit | 0441f18e084f34a214902b48bc7bea1ea6e923e2 (patch) | |
tree | 063d5f3827bd79abc041aaa0b84e741e15fdf978 /devel/Makefile | |
parent | 1c967003526d0997c91e5a19f8fbb46293067ffb (diff) | |
download | freebsd-ports-gnome-0441f18e084f34a214902b48bc7bea1ea6e923e2.tar.gz freebsd-ports-gnome-0441f18e084f34a214902b48bc7bea1ea6e923e2.tar.zst freebsd-ports-gnome-0441f18e084f34a214902b48bc7bea1ea6e923e2.zip |
New port: devel/pear-PHP_CompatInfo PEAR class to find out the minimum version
and extensions required
PEAR::PHP_CompatInfo will parse a file/folder/script/array to find out the
minimum version and extensions required for it to run. Features advanced
debug output which shows which functions require which version and CLI
output script.
PR: ports/78860
Submitted by: Antonio Carlos Venancio Junior <antonio@php.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 3c158aa7b266..f6568f28e404 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1160,6 +1160,7 @@ SUBDIR += pear-PHPUnit2 SUBDIR += pear-PHP_Beautifier SUBDIR += pear-PHP_Compat + SUBDIR += pear-PHP_CompatInfo SUBDIR += pear-Pager SUBDIR += pear-Structures_DataGrid SUBDIR += pear-System_Command |