diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:45:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 08:45:42 +0000 |
commit | 0755041a61cc821eae11cf068e697d4e4c9559a6 (patch) | |
tree | 43bb7c8a5bb2a4921efdd982fe216f97e19c5d1a | |
parent | Add a new shared extension for PHP. (diff) |
Add a new shared extension for PHP.
-rw-r--r-- | archivers/Makefile | 1 | ||||
-rw-r--r-- | archivers/php5-bz2/Makefile | 14 | ||||
-rw-r--r-- | archivers/php5-zlib/Makefile | 14 | ||||
-rw-r--r-- | converters/Makefile | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/archivers/Makefile b/archivers/Makefile index b752e1897abc..867b5b2e8152 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -55,6 +55,7 @@ SUBDIR += php4-bz2 SUBDIR += php4-zlib SUBDIR += php5-bz2 + SUBDIR += php5-zlib SUBDIR += ppunpack SUBDIR += py-bzip2 SUBDIR += py-lzma diff --git a/archivers/php5-bz2/Makefile b/archivers/php5-bz2/Makefile new file mode 100644 index 000000000000..0e4cba01dc90 --- /dev/null +++ b/archivers/php5-bz2/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-bz2 +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -bz2 + +.include "${MASTERDIR}/Makefile" diff --git a/archivers/php5-zlib/Makefile b/archivers/php5-zlib/Makefile new file mode 100644 index 000000000000..5e550a58d891 --- /dev/null +++ b/archivers/php5-zlib/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-zlib +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= archivers + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -zlib + +.include "${MASTERDIR}/Makefile" diff --git a/converters/Makefile b/converters/Makefile index 96ddbfafbc2c..e86a3b811a47 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -57,6 +57,7 @@ SUBDIR += php4-iconv SUBDIR += php4-mbstring SUBDIR += php4-recode + SUBDIR += php5-iconv SUBDIR += psiconv SUBDIR += py-cjkcodecs SUBDIR += py-iconv |