diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 09:46:51 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-05-16 09:46:51 +0000 |
commit | 902a0675beeba6c01a038f9594a0c532079fd2f2 (patch) | |
tree | e640f9d726eb930319bafe09a6173a5b67843921 /net/php53-xmlrpc | |
parent | Fix plist: don't remove nonexistent directories when built WITHOUT_PYTHON (diff) |
readd php 5.3.13 and all its modules as php53*
Notes
Notes:
svn path=/head/; revision=296760
Diffstat (limited to 'net/php53-xmlrpc')
-rw-r--r-- | net/php53-xmlrpc/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/php53-xmlrpc/Makefile b/net/php53-xmlrpc/Makefile new file mode 100644 index 000000000000..7c6baac2c51f --- /dev/null +++ b/net/php53-xmlrpc/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-xmlrpc +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -xmlrpc + +.include "${MASTERDIR}/Makefile" |