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