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

Add a new shared extension for PHP.

This commit is contained in:
Alex Dupre 2004-07-19 09:16:01 +00:00
parent d7d0ad0dc8
commit 9907625b1b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114151
2 changed files with 15 additions and 0 deletions

View File

@ -519,6 +519,7 @@
SUBDIR += php4-yp
SUBDIR += php5-ldap
SUBDIR += php5-soap
SUBDIR += php5-sockets
SUBDIR += phpldapadmin
SUBDIR += pim6dd
SUBDIR += pim6sd

14
net/php5-soap/Makefile Normal file
View File

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