diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 4 | ||||
-rw-r--r-- | net/php53-ldap/Makefile | 14 | ||||
-rw-r--r-- | net/php53-soap/Makefile | 14 | ||||
-rw-r--r-- | net/php53-sockets/Makefile | 14 | ||||
-rw-r--r-- | net/php53-xmlrpc/Makefile | 14 |
5 files changed, 60 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 13d1c82c55a8..0319b88f1b02 100644 --- a/net/Makefile +++ b/net/Makefile @@ -831,6 +831,10 @@ SUBDIR += php52-soap SUBDIR += php52-sockets SUBDIR += php52-xmlrpc + SUBDIR += php53-ldap + SUBDIR += php53-soap + SUBDIR += php53-sockets + SUBDIR += php53-xmlrpc SUBDIR += phpldapadmin SUBDIR += pimdd SUBDIR += pipsecd diff --git a/net/php53-ldap/Makefile b/net/php53-ldap/Makefile new file mode 100644 index 000000000000..1afbfa6d9c98 --- /dev/null +++ b/net/php53-ldap/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-ldap +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -ldap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php53-soap/Makefile b/net/php53-soap/Makefile new file mode 100644 index 000000000000..532f4c95be82 --- /dev/null +++ b/net/php53-soap/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-soap +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -soap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php53-sockets/Makefile b/net/php53-sockets/Makefile new file mode 100644 index 000000000000..d9cca4591e03 --- /dev/null +++ b/net/php53-sockets/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php53-sockets +# Date created: 12 Apr 2012 +# Whom: Florian Smeets <flo@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php53 + +PKGNAMESUFFIX= -sockets + +.include "${MASTERDIR}/Makefile" 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" |