diff options
author | ale <ale@FreeBSD.org> | 2004-07-19 16:17:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-07-19 16:17:01 +0800 |
commit | 9a265f068ab8fce787bffa0f8db10b6b57051842 (patch) | |
tree | 55f06e47aee9584979ee453f6d9261969a133787 /math/php4-bcmath | |
parent | 947fc7d84120b0d36d026b1a31c8ae9809df8b5b (diff) | |
download | freebsd-ports-gnome-9a265f068ab8fce787bffa0f8db10b6b57051842.tar.gz freebsd-ports-gnome-9a265f068ab8fce787bffa0f8db10b6b57051842.tar.zst freebsd-ports-gnome-9a265f068ab8fce787bffa0f8db10b6b57051842.zip |
Add a new shared extension for PHP.
Diffstat (limited to 'math/php4-bcmath')
-rw-r--r-- | math/php4-bcmath/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/math/php4-bcmath/Makefile b/math/php4-bcmath/Makefile new file mode 100644 index 000000000000..087e800245b4 --- /dev/null +++ b/math/php4-bcmath/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php4-bcmath +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php4 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" |