diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 10:59:22 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-16 10:59:22 +0000 |
commit | c8ae6b78fd3355b7b2c18afbbd2526172648d064 (patch) | |
tree | 2e4362302c31d407c7d5d1ba7819074e1c0aecee /lang/Makefile | |
parent | 1e66c588edd400022e3da035fbe71088d36b1a2e (diff) |
Add php5 5.0.0.a1, PHP5 Scripting Language.
PR: ports/54519
Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Repo copied by: joe (cvs)
Approved by: portmgr (no objections)
Notes
Notes:
svn path=/head/; revision=84981
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5478704cac09..f72c1801cfc8 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -149,6 +149,7 @@ SUBDIR += php3 SUBDIR += php4 SUBDIR += php4-cli + SUBDIR += php5 SUBDIR += php_doc SUBDIR += pike70 SUBDIR += pike72 |