diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 17:46:51 +0800 |
commit | 902a0675beeba6c01a038f9594a0c532079fd2f2 (patch) | |
tree | e640f9d726eb930319bafe09a6173a5b67843921 /ftp | |
parent | c76d4dd7170ff14ee3d83458ff9f89cdbc7a5694 (diff) | |
download | freebsd-ports-gnome-902a0675beeba6c01a038f9594a0c532079fd2f2.tar.gz freebsd-ports-gnome-902a0675beeba6c01a038f9594a0c532079fd2f2.tar.zst freebsd-ports-gnome-902a0675beeba6c01a038f9594a0c532079fd2f2.zip |
readd php 5.3.13 and all its modules as php53*
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 2 | ||||
-rw-r--r-- | ftp/php53-curl/Makefile | 14 | ||||
-rw-r--r-- | ftp/php53-ftp/Makefile | 14 |
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" |