diff options
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/php5-mbstring/Makefile | 14 | ||||
-rw-r--r-- | converters/php5-recode/Makefile | 14 | ||||
-rw-r--r-- | databases/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index 41fb67d34b45..0ae885a24540 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -59,6 +59,7 @@ SUBDIR += php4-recode SUBDIR += php5-iconv SUBDIR += php5-mbstring + SUBDIR += php5-recode SUBDIR += psiconv SUBDIR += py-cjkcodecs SUBDIR += py-iconv diff --git a/converters/php5-mbstring/Makefile b/converters/php5-mbstring/Makefile new file mode 100644 index 000000000000..82710b4834c7 --- /dev/null +++ b/converters/php5-mbstring/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-mbstring +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -mbstring + +.include "${MASTERDIR}/Makefile" diff --git a/converters/php5-recode/Makefile b/converters/php5-recode/Makefile new file mode 100644 index 000000000000..a1044cb76fec --- /dev/null +++ b/converters/php5-recode/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-recode +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= converters + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -recode + +.include "${MASTERDIR}/Makefile" diff --git a/databases/Makefile b/databases/Makefile index bca61b64f8b1..c46ca3c9d72c 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -217,6 +217,7 @@ SUBDIR += php4-pgsql SUBDIR += php4-sybase SUBDIR += php4-sybase_ct + SUBDIR += php5-dba SUBDIR += phpmyadmin SUBDIR += phppgadmin SUBDIR += postgis |