- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 22:34:59 +00:00
parent fd6766078b
commit 85eef8a8d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253132
3 changed files with 29 additions and 0 deletions

View File

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

View File

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

View File

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