summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/php83-bcmath/Makefile7
-rw-r--r--math/php83-gmp/Makefile7
3 files changed, 16 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 87fd0f7d3d34..28d1cda1bbc7 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -843,6 +843,8 @@
SUBDIR += php81-gmp
SUBDIR += php82-bcmath
SUBDIR += php82-gmp
+ SUBDIR += php83-bcmath
+ SUBDIR += php83-gmp
SUBDIR += physcalc
SUBDIR += picosat
SUBDIR += piranha
diff --git a/math/php83-bcmath/Makefile b/math/php83-bcmath/Makefile
new file mode 100644
index 000000000000..0a99efa1c253
--- /dev/null
+++ b/math/php83-bcmath/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php83
+
+PKGNAMESUFFIX= -bcmath
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php83-gmp/Makefile b/math/php83-gmp/Makefile
new file mode 100644
index 000000000000..88b716ec3028
--- /dev/null
+++ b/math/php83-gmp/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php83
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"