summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:53:34 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 15:53:34 +0000
commitd111d16900ba8617e77a050fb56ea2d7b8a8a356 (patch)
treeb053a3cb6449405fccc081154e3eeb84812519fe /ftp
parent- PHP 5.2 slave port (diff)
- PHP 5.2 slave port
PR: 145772 Submitted by: Alex Keda
Notes
Notes: svn path=/head/; revision=253100
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/php52-ftp/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index e76fdf1db261..6f2f069816ca 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -84,6 +84,7 @@
SUBDIR += php5-curl
SUBDIR += php5-ftp
SUBDIR += php52-curl
+ SUBDIR += php52-ftp
SUBDIR += phpwebftp
SUBDIR += proftpd
SUBDIR += proftpd-devel
diff --git a/ftp/php52-ftp/Makefile b/ftp/php52-ftp/Makefile
new file mode 100644
index 000000000000..33330ea1b4e3
--- /dev/null
+++ b/ftp/php52-ftp/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php52-ftp
+# Date created: 17 Apr 2010
+# Whom: Alex Keda <admin@lissyara.su>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php52
+
+PKGNAMESUFFIX= -ftp
+
+.include "${MASTERDIR}/Makefile"