From 0484e77fc1c7c10ff74a76c122ba71af28f989ca Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 23 Apr 2010 15:30:39 +0000 Subject: [PATCH] - PHP 5.2 slave port PR: 145772 Submitted by: Alex Keda --- databases/Makefile | 1 + ftp/Makefile | 1 + ftp/php52-curl/Makefile | 14 ++++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 ftp/php52-curl/Makefile diff --git a/databases/Makefile b/databases/Makefile index 4dc09dd8184f..ec0cddd15dbd 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -518,6 +518,7 @@ SUBDIR += php5-rrdtool SUBDIR += php5-sqlite SUBDIR += php5-sybase_ct + SUBDIR += php52-dba SUBDIR += phpminiadmin SUBDIR += phpmyadmin SUBDIR += phpmyadmin211 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 +# +# $FreeBSD$ +# + +CATEGORIES= ftp + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -curl + +.include "${MASTERDIR}/Makefile"