summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile2
-rw-r--r--sysutils/php85-fileinfo/Makefile7
-rw-r--r--sysutils/php85-posix/Makefile7
3 files changed, 16 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 5798873e3860..1fc727d0f973 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -941,6 +941,8 @@
SUBDIR += php83-posix
SUBDIR += php84-fileinfo
SUBDIR += php84-posix
+ SUBDIR += php85-fileinfo
+ SUBDIR += php85-posix
SUBDIR += phybs
SUBDIR += pick
SUBDIR += pidof
diff --git a/sysutils/php85-fileinfo/Makefile b/sysutils/php85-fileinfo/Makefile
new file mode 100644
index 000000000000..f7b8fe1610ee
--- /dev/null
+++ b/sysutils/php85-fileinfo/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= sysutils
+
+MASTERDIR= ${.CURDIR}/../../lang/php85
+
+PKGNAMESUFFIX= -fileinfo
+
+.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/php85-posix/Makefile b/sysutils/php85-posix/Makefile
new file mode 100644
index 000000000000..8fdc5be62d79
--- /dev/null
+++ b/sysutils/php85-posix/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= sysutils
+
+MASTERDIR= ${.CURDIR}/../../lang/php85
+
+PKGNAMESUFFIX= -posix
+
+.include "${MASTERDIR}/Makefile"