diff options
Diffstat (limited to 'math/php74-bcmath/Makefile')
-rw-r--r-- | math/php74-bcmath/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
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" |