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