summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:03:13 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:03:13 +0000
commit3acf4c24e29e32e82f673183e1acb3f78d002d62 (patch)
treeb2cefe5cd21b87e428432ab46ca5bc4b6f4c8b8d /lang/Makefile
parentMAKE_JOBS_UNSAFE for empathy and telepathy-m-c (diff)
PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn. The main goal of the language is to allow web developers to write dynamically generated webpages quickly, but you can do much more with PHP. WWW: http://www.php.net/ PR: 145772 Submitted by: Alex Keda
Notes
Notes: svn path=/head/; revision=253096
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile
index fff022a32997..919808822854 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -250,6 +250,7 @@
SUBDIR += php4-overload
SUBDIR += php5
SUBDIR += php5-extensions
+ SUBDIR += php52
SUBDIR += php_doc
SUBDIR += pike72
SUBDIR += pike76