1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

- PHP 5.2 slave port

PR:		145772
Submitted by:	Alex Keda
This commit is contained in:
Dirk Meyer 2010-04-23 23:43:41 +00:00
parent 85eef8a8d7
commit 9e839b8f34
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=253133
2 changed files with 15 additions and 0 deletions

View File

@ -938,6 +938,7 @@
SUBDIR += php52-dom
SUBDIR += php52-pspell
SUBDIR += php52-simplexml
SUBDIR += php52-wddx
SUBDIR += php52-xml
SUBDIR += php52-xmlreader
SUBDIR += php52-xmlwriter

View File

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