Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 07:37:05 +00:00
parent e07e68d1bc
commit dad9273a51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113982
4 changed files with 30 additions and 0 deletions

View file

@ -53,6 +53,7 @@
SUBDIR += pear-Archive_Tar
SUBDIR += pecl-zip
SUBDIR += php4-bz2
SUBDIR += php4-zlib
SUBDIR += ppunpack
SUBDIR += py-bzip2
SUBDIR += py-lzma

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-bz2
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -bz2
.include "${MASTERDIR}/Makefile"

View file

@ -0,0 +1,14 @@
# New ports collection makefile for: php4-zlib
# Date created: 7 Jul 2004
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
CATEGORIES= archivers
MASTERDIR= ${.CURDIR}/../../lang/php4
PKGNAMESUFFIX= -zlib
.include "${MASTERDIR}/Makefile"

View file

@ -54,6 +54,7 @@
SUBDIR += p5-Unicode-MapUTF8
SUBDIR += p5-Unicode-String
SUBDIR += pecl-fribidi
SUBDIR += php4-iconv
SUBDIR += psiconv
SUBDIR += py-cjkcodecs
SUBDIR += py-iconv