summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/php73-bcmath/Makefile11
-rw-r--r--math/php73-gmp/Makefile11
2 files changed, 22 insertions, 0 deletions
diff --git a/math/php73-bcmath/Makefile b/math/php73-bcmath/Makefile
new file mode 100644
index 000000000000..6ebd9c85c57b
--- /dev/null
+++ b/math/php73-bcmath/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php73
+
+PKGNAMESUFFIX= -bcmath
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"
diff --git a/math/php73-gmp/Makefile b/math/php73-gmp/Makefile
new file mode 100644
index 000000000000..ffa1be550fd0
--- /dev/null
+++ b/math/php73-gmp/Makefile
@@ -0,0 +1,11 @@
+# $FreeBSD$
+
+CATEGORIES= math
+
+MASTERDIR= ${.CURDIR}/../../lang/php73
+
+PKGNAMESUFFIX= -gmp
+
+TEST_TARGET= test
+
+.include "${MASTERDIR}/Makefile"