summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-05-16 09:46:51 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-05-16 09:46:51 +0000
commit902a0675beeba6c01a038f9594a0c532079fd2f2 (patch)
treee640f9d726eb930319bafe09a6173a5b67843921 /ftp
parentFix plist: don't remove nonexistent directories when built WITHOUT_PYTHON (diff)
readd php 5.3.13 and all its modules as php53*
Notes
Notes: svn path=/head/; revision=296760
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile2
-rw-r--r--ftp/php53-curl/Makefile14
-rw-r--r--ftp/php53-ftp/Makefile14
3 files changed, 30 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 3dc97383efa2..08bf7a14b50e 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -77,6 +77,8 @@
SUBDIR += php5-ftp
SUBDIR += php52-curl
SUBDIR += php52-ftp
+ SUBDIR += php53-curl
+ SUBDIR += php53-ftp
SUBDIR += phpwebftp
SUBDIR += plasma-applet-ftpmonitor
SUBDIR += proftpd
diff --git a/ftp/php53-curl/Makefile b/ftp/php53-curl/Makefile
new file mode 100644
index 000000000000..85802cec9467
--- /dev/null
+++ b/ftp/php53-curl/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php53-curl
+# Date created: 12 Apr 2012
+# Whom: Florian Smeets <flo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php53
+
+PKGNAMESUFFIX= -curl
+
+.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php53-ftp/Makefile b/ftp/php53-ftp/Makefile
new file mode 100644
index 000000000000..c3e8d1d0595a
--- /dev/null
+++ b/ftp/php53-ftp/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php53-ftp
+# Date created: 12 Apr 2012
+# Whom: Florian Smeets <flo@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php53
+
+PKGNAMESUFFIX= -ftp
+
+.include "${MASTERDIR}/Makefile"