summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/php80-ldap/Makefile11
-rw-r--r--net/php80-soap/Makefile11
-rw-r--r--net/php80-sockets/Makefile11
3 files changed, 33 insertions, 0 deletions
diff --git a/net/php80-ldap/Makefile b/net/php80-ldap/Makefile
new file mode 100644
index 000000000000..eab839a64f10
--- /dev/null
+++ b/net/php80-ldap/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php80
+
+PKGNAMESUFFIX= -ldap
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/php80-soap/Makefile b/net/php80-soap/Makefile
new file mode 100644
index 000000000000..617b83853e56
--- /dev/null
+++ b/net/php80-soap/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php80
+
+PKGNAMESUFFIX= -soap
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/net/php80-sockets/Makefile b/net/php80-sockets/Makefile
new file mode 100644
index 000000000000..e122120571cb
--- /dev/null
+++ b/net/php80-sockets/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= net
+
+MASTERDIR= ${.CURDIR}/../../lang/php80
+
+PKGNAMESUFFIX= -sockets
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"