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/php52-xmlrpc | |
parent | 9e839b8f34c34765e8d629f5774932c66761dafb (diff) |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Notes
Notes:
svn path=/head/; revision=253134
Diffstat (limited to 'net/php52-xmlrpc')
-rw-r--r-- | net/php52-xmlrpc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
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" |