1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 22:33:48 +00:00
parent 577816b3d0
commit fd6766078b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253131
4 changed files with 30 additions and 0 deletions

View File

@ -133,6 +133,7 @@
SUBDIR += php5-zip
SUBDIR += php5-zlib
SUBDIR += php52-bz2
SUBDIR += php52-zip
SUBDIR += pigz
SUBDIR += ppmd
SUBDIR += ppmd-7z

View File

@ -940,6 +940,7 @@
SUBDIR += php52-simplexml
SUBDIR += php52-xml
SUBDIR += php52-xmlreader
SUBDIR += php52-xmlwriter
SUBDIR += po4a
SUBDIR += pocketreader
SUBDIR += pootle

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php52-xmlreader
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -xmlreader
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,14 @@
# New ports collection makefile for: php52-xmlwriter
# Date created: 17 Apr 2010
# Whom: Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#
CATEGORIES= textproc
MASTERDIR= ${.CURDIR}/../../lang/php52
PKGNAMESUFFIX= -xmlwriter
.include "${MASTERDIR}/Makefile"