diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:10:26 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:10:26 +0000 |
commit | 66e5d13fc7586fa9a23103bde06650e7fa192b4b (patch) | |
tree | e53ff939e503159bf8dddcf674a83f6de60f4048 /ftp | |
parent | b60f338503c16a0ae6925d0542fa1f1e52756bd8 (diff) | |
download | ports-66e5d13fc7586fa9a23103bde06650e7fa192b4b.tar.gz ports-66e5d13fc7586fa9a23103bde06650e7fa192b4b.zip |
Add a new shared extension for PHP.
Notes
Notes:
svn path=/head/; revision=114139
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/php5-curl/Makefile | 14 | ||||
-rw-r--r-- | ftp/php5-ftp/Makefile | 14 |
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" |