summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/php74-bcmath/Makefile11
-rw-r--r--math/php74-gmp/Makefile11
3 files changed, 24 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index fa5486f981e7..2ce6f16ca1e7 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -648,6 +648,8 @@
SUBDIR += php72-gmp
SUBDIR += php73-bcmath
SUBDIR += php73-gmp
+ SUBDIR += php74-bcmath
+ SUBDIR += php74-gmp
SUBDIR += physcalc
SUBDIR += picosat
SUBDIR += piranha
diff --git a/math/php74-bcmath/Makefile b/math/php74-bcmath/Makefile
new file mode 100644
index 000000000000..0ac34af3ffc6
--- /dev/null
+++ b/math/php74-bcmath/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php74
+
+PKGNAMESUFFIX= -bcmath
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php74-gmp/Makefile b/math/php74-gmp/Makefile
new file mode 100644
index 000000000000..8f3c49b3b3d8
--- /dev/null
+++ b/math/php74-gmp/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php74
+
+PKGNAMESUFFIX= -gmp
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"