summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/Makefile2
-rw-r--r--math/php72-bcmath/Makefile9
-rw-r--r--math/php72-bcmath/php71-bcmath/Makefile9
-rw-r--r--math/php72-gmp/Makefile9
-rw-r--r--math/php72-gmp/php71-gmp/Makefile9
5 files changed, 38 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile
index 419d6cdb3ed1..7409b6ab27ba 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -597,6 +597,8 @@
SUBDIR += php70-gmp
SUBDIR += php71-bcmath
SUBDIR += php71-gmp
+ SUBDIR += php72-bcmath
+ SUBDIR += php72-gmp
SUBDIR += physcalc
SUBDIR += picosat
SUBDIR += plman
diff --git a/math/php72-bcmath/Makefile b/math/php72-bcmath/Makefile
new file mode 100644
index 000000000000..6d4e999abef4
--- /dev/null
+++ b/math/php72-bcmath/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php72
+
+PKGNAMESUFFIX= -bcmath
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php72-bcmath/php71-bcmath/Makefile b/math/php72-bcmath/php71-bcmath/Makefile
new file mode 100644
index 000000000000..8d0bdfa31457
--- /dev/null
+++ b/math/php72-bcmath/php71-bcmath/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -bcmath
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php72-gmp/Makefile b/math/php72-gmp/Makefile
new file mode 100644
index 000000000000..348407a42c7f
--- /dev/null
+++ b/math/php72-gmp/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php72
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php72-gmp/php71-gmp/Makefile b/math/php72-gmp/php71-gmp/Makefile
new file mode 100644
index 000000000000..75463e34b782
--- /dev/null
+++ b/math/php72-gmp/php71-gmp/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php71
+
+PKGNAMESUFFIX= -gmp
+
+.include "${MASTERDIR}/Makefile"