diff options
Diffstat (limited to 'math/php52-bcmath')
| -rw-r--r-- | math/php52-bcmath/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/php52-bcmath/Makefile b/math/php52-bcmath/Makefile new file mode 100644 index 000000000000..6f5cab5e792a --- /dev/null +++ b/math/php52-bcmath/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php52-bcmath +# Date created: 17 Apr 2010 +# Whom: Alex Keda <admin@lissyara.su> +# +# $FreeBSD$ +# + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php52 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" |
