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"