aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-11 20:59:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-06-11 21:02:49 +0000
commit665b149d2692ff6926a092568304091995e07d39 (patch)
tree43733e6164a8fac2635af7542a26e80c2524c28c /misc
parent86d3a1352320828ae4d68b3a49ea1916d4ee3389 (diff)
downloadports-665b149d2692ff6926a092568304091995e07d39.tar.gz
ports-665b149d2692ff6926a092568304091995e07d39.zip
*/*php82*: Welcome php 8.2.0 Alpha 1
Please DO NOT use this version in production, it is an early test version. port-committers@ please DO NOT mark your ports IGNORE_WITH_PHP=82. A build is running to check all php ports with php82 and will be committed in batch tomorrow. Sponsored by: Bounce Experts
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/php82-calendar/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 32b9793490cf..a089b457f8d8 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -362,6 +362,7 @@
SUBDIR += php74-calendar
SUBDIR += php80-calendar
SUBDIR += php81-calendar
+ SUBDIR += php82-calendar
SUBDIR += pinfo
SUBDIR += pipe
SUBDIR += posixtestsuite
diff --git a/misc/php82-calendar/Makefile b/misc/php82-calendar/Makefile
new file mode 100644
index 000000000000..c5db0a985ef3
--- /dev/null
+++ b/misc/php82-calendar/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= misc
+
+MASTERDIR= ${.CURDIR}/../../lang/php82
+
+PKGNAMESUFFIX= -calendar
+
+.include "${MASTERDIR}/Makefile"