diff options
Diffstat (limited to 'net')
| -rw-r--r-- | net/Makefile | 3 | ||||
| -rw-r--r-- | net/php85-ldap/Makefile | 7 | ||||
| -rw-r--r-- | net/php85-soap/Makefile | 7 | ||||
| -rw-r--r-- | net/php85-sockets/Makefile | 7 |
4 files changed, 24 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a37359abd0ff..3c536bc5411a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1006,6 +1006,9 @@ SUBDIR += php84-ldap SUBDIR += php84-soap SUBDIR += php84-sockets + SUBDIR += php85-ldap + SUBDIR += php85-soap + SUBDIR += php85-sockets SUBDIR += phpldapadmin SUBDIR += pimcommon SUBDIR += pimd diff --git a/net/php85-ldap/Makefile b/net/php85-ldap/Makefile new file mode 100644 index 000000000000..04c2b828b3ac --- /dev/null +++ b/net/php85-ldap/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -ldap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php85-soap/Makefile b/net/php85-soap/Makefile new file mode 100644 index 000000000000..8ec7899a8d51 --- /dev/null +++ b/net/php85-soap/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -soap + +.include "${MASTERDIR}/Makefile" diff --git a/net/php85-sockets/Makefile b/net/php85-sockets/Makefile new file mode 100644 index 000000000000..5a88299c5324 --- /dev/null +++ b/net/php85-sockets/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= net + +MASTERDIR= ${.CURDIR}/../../lang/php85 + +PKGNAMESUFFIX= -sockets + +.include "${MASTERDIR}/Makefile" |
