diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 2 | ||||
-rw-r--r-- | math/php84-bcmath/Makefile | 7 | ||||
-rw-r--r-- | math/php84-gmp/Makefile | 7 |
3 files changed, 16 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 64a0ebd226e3..3e40464b2597 100644 --- a/math/Makefile +++ b/math/Makefile @@ -862,6 +862,8 @@ SUBDIR += php82-gmp SUBDIR += php83-bcmath SUBDIR += php83-gmp + SUBDIR += php84-gmp + SUBDIR += php84-bcmath SUBDIR += physcalc SUBDIR += picosat SUBDIR += piranha diff --git a/math/php84-bcmath/Makefile b/math/php84-bcmath/Makefile new file mode 100644 index 000000000000..f00306b9ef4c --- /dev/null +++ b/math/php84-bcmath/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/math/php84-gmp/Makefile b/math/php84-gmp/Makefile new file mode 100644 index 000000000000..e3f6bc75e9b6 --- /dev/null +++ b/math/php84-gmp/Makefile @@ -0,0 +1,7 @@ +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php84 + +PKGNAMESUFFIX= -gmp + +.include "${MASTERDIR}/Makefile" |