aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorale <ale@FreeBSD.org>2013-06-24 22:32:11 +0800
committerale <ale@FreeBSD.org>2013-06-24 22:32:11 +0800
commit48d5fb51023dbbe8f2a70121c289e1849e7e14eb (patch)
treefd816d2c8b34ef7db2d6bcabe7358eaa7fb2d04f /www
parent19160cd533a64299fc9d3710c4d21307ce72df91 (diff)
downloadfreebsd-ports-gnome-48d5fb51023dbbe8f2a70121c289e1849e7e14eb.tar.gz
freebsd-ports-gnome-48d5fb51023dbbe8f2a70121c289e1849e7e14eb.tar.zst
freebsd-ports-gnome-48d5fb51023dbbe8f2a70121c289e1849e7e14eb.zip
Welcome PHP 5.5!
Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
Diffstat (limited to 'www')
-rw-r--r--www/Makefile2
-rw-r--r--www/php55-session/Makefile10
-rw-r--r--www/php55-tidy/Makefile10
3 files changed, 22 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index b9f725c8c2b3..76aef664d8f4 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1423,6 +1423,8 @@
SUBDIR += php52-tidy
SUBDIR += php53-session
SUBDIR += php53-tidy
+ SUBDIR += php55-session
+ SUBDIR += php55-tidy
SUBDIR += phpbb
SUBDIR += phpbb-devel
SUBDIR += phpbb3
diff --git a/www/php55-session/Makefile b/www/php55-session/Makefile
new file mode 100644
index 000000000000..84d171bd42a9
--- /dev/null
+++ b/www/php55-session/Makefile
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -session
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/php55-tidy/Makefile b/www/php55-tidy/Makefile
new file mode 100644
index 000000000000..d78c094b19ce
--- /dev/null
+++ b/www/php55-tidy/Makefile
@@ -0,0 +1,10 @@
+# Created by: Alex Dupre <ale@FreeBSD.org>
+# $FreeBSD$
+
+CATEGORIES= www
+
+MASTERDIR= ${.CURDIR}/../../lang/php55
+
+PKGNAMESUFFIX= -tidy
+
+.include "${MASTERDIR}/Makefile"