aboutsummaryrefslogtreecommitdiff
path: root/math
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 /math
parent86d3a1352320828ae4d68b3a49ea1916d4ee3389 (diff)
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/php82-bcmath/Makefile7
-rw-r--r--math/php82-gmp/Makefile7
3 files changed, 16 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index b1eeaa0ee49d..70f5a405cd72 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -790,7 +790,9 @@
SUBDIR += php80-bcmath
SUBDIR += php80-gmp
SUBDIR += php81-bcmath
+ SUBDIR += php82-bcmath
SUBDIR += php81-gmp
+ SUBDIR += php82-gmp
SUBDIR += physcalc
SUBDIR += picosat
SUBDIR += piranha
diff --git a/math/php82-bcmath/Makefile b/math/php82-bcmath/Makefile
new file mode 100644
index 000000000000..a3f52d256d53
--- /dev/null
+++ b/math/php82-bcmath/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php82
+
+PKGNAMESUFFIX= -bcmath
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php82-gmp/Makefile b/math/php82-gmp/Makefile
new file mode 100644
index 000000000000..e7012a283d4f
--- /dev/null
+++ b/math/php82-gmp/Makefile
@@ -0,0 +1,7 @@
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php82
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"