Add a new shared extension for PHP.
This commit is contained in:
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
|
@ -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
|
||||
|
|
14
archivers/php4-bz2/Makefile
Normal file
14
archivers/php4-bz2/Makefile
Normal 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"
|
14
archivers/php4-zlib/Makefile
Normal file
14
archivers/php4-zlib/Makefile
Normal 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"
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue