summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-07-19 09:10:26 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-07-19 09:10:26 +0000
commit66e5d13fc7586fa9a23103bde06650e7fa192b4b (patch)
treee53ff939e503159bf8dddcf674a83f6de60f4048 /ftp
parentAdd a new shared extension for PHP. (diff)
Add a new shared extension for PHP.
Notes
Notes: svn path=/head/; revision=114139
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/php5-curl/Makefile14
-rw-r--r--ftp/php5-ftp/Makefile14
3 files changed, 29 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index b84536dd57ce..ab6d83014bad 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -69,6 +69,7 @@
SUBDIR += php4-curl
SUBDIR += php4-ftp
SUBDIR += php5-curl
+ SUBDIR += php5-ftp
SUBDIR += proftpd
SUBDIR += proftpd-mysql
SUBDIR += profxp
diff --git a/ftp/php5-curl/Makefile b/ftp/php5-curl/Makefile
new file mode 100644
index 000000000000..d9da384a99f0
--- /dev/null
+++ b/ftp/php5-curl/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-curl
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -curl
+
+.include "${MASTERDIR}/Makefile"
diff --git a/ftp/php5-ftp/Makefile b/ftp/php5-ftp/Makefile
new file mode 100644
index 000000000000..341b2f4a47bf
--- /dev/null
+++ b/ftp/php5-ftp/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: php5-ftp
+# Date created: 7 Jul 2004
+# Whom: Alex Dupre <ale@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+CATEGORIES= ftp
+
+MASTERDIR= ${.CURDIR}/../../lang/php5
+
+PKGNAMESUFFIX= -ftp
+
+.include "${MASTERDIR}/Makefile"