diff options
author | rm <rm@FreeBSD.org> | 2012-12-04 02:31:24 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-12-04 02:31:24 +0800 |
commit | 75c5345ac3fae1983c5cedf2b0e8096f8929077a (patch) | |
tree | dc066c87707990965a92543e7cfe53bbcb676c25 /devel/Makefile | |
parent | 5633097adfed36501f87ea50e657871049131ce9 (diff) | |
download | freebsd-ports-gnome-75c5345ac3fae1983c5cedf2b0e8096f8929077a.tar.gz freebsd-ports-gnome-75c5345ac3fae1983c5cedf2b0e8096f8929077a.tar.zst freebsd-ports-gnome-75c5345ac3fae1983c5cedf2b0e8096f8929077a.zip |
The staticReflection component can be used as a drop-in replacement for PHP's
internal reflection api. This component provides a generic reflection stack so
that applications can switch between the internal and/or static reflection
implementation.
WWW: http://pear.pdepend.org/
PR: 172764
Submitted by: Gasol Wu <gasol.wu@gmail.com>
Feature safe: yes
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 061654df211a..65e6ff3cdd4d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3066,6 +3066,7 @@ SUBDIR += pear-codegen SUBDIR += pear-ezc_Base SUBDIR += pear-ezc_ConsoleTools + SUBDIR += pear-pdepend-staticReflection SUBDIR += pecl-automap SUBDIR += pecl-bbcode SUBDIR += pecl-bcompiler |