diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 23:46:14 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 23:46:14 +0000 |
commit | 4199fbc75b3d567ba743416253b957d8c9082c03 (patch) | |
tree | cabff0de7661f178d92cb2351c77e52a260cb49d /net | |
parent | 9e839b8f34c34765e8d629f5774932c66761dafb (diff) | |
download | ports-4199fbc75b3d567ba743416253b957d8c9082c03.tar.gz ports-4199fbc75b3d567ba743416253b957d8c9082c03.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/php52-xmlrpc/Makefile | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 4966ab518475..2c39c16fcfe4 100644 --- a/net/Makefile +++ b/net/Makefile @@ -773,6 +773,7 @@ SUBDIR += php52-ldap SUBDIR += php52-soap SUBDIR += php52-sockets + SUBDIR += php52-xmlrpc SUBDIR += phpldapadmin SUBDIR += phpldapadmin098 SUBDIR += pimdd diff --git a/net/php52-xmlrpc/Makefile b/net/php52-xmlrpc/Makefile new file mode 100644 index 000000000000..46fc5a3cf531 --- /dev/null +++ b/net/php52-xmlrpc/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-xmlrpc +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -xmlrpc + +.include "${MASTERDIR}/Makefile" |