diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:30:39 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 15:30:39 +0000 |
commit | 0484e77fc1c7c10ff74a76c122ba71af28f989ca (patch) | |
tree | d667d0d192d8b4f661b4a237ff936e50e251fc20 /ftp | |
parent | 90dfbebfc83fb5b22bf9b6d32f81055d2b55aa2e (diff) |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Notes
Notes:
svn path=/head/; revision=253098
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/php52-curl/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index be3692a642de..e76fdf1db261 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -83,6 +83,7 @@ SUBDIR += php4-ftp SUBDIR += php5-curl SUBDIR += php5-ftp + SUBDIR += php52-curl SUBDIR += phpwebftp SUBDIR += proftpd SUBDIR += proftpd-devel diff --git a/ftp/php52-curl/Makefile b/ftp/php52-curl/Makefile new file mode 100644 index 000000000000..9653bcb447a9 --- /dev/null +++ b/ftp/php52-curl/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-curl +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile" |