diff options
author | ale <ale@FreeBSD.org> | 2013-06-24 22:32:11 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2013-06-24 22:32:11 +0800 |
commit | 48d5fb51023dbbe8f2a70121c289e1849e7e14eb (patch) | |
tree | fd816d2c8b34ef7db2d6bcabe7358eaa7fb2d04f /math | |
parent | 19160cd533a64299fc9d3710c4d21307ce72df91 (diff) | |
download | freebsd-ports-gnome-48d5fb51023dbbe8f2a70121c289e1849e7e14eb.tar.gz freebsd-ports-gnome-48d5fb51023dbbe8f2a70121c289e1849e7e14eb.tar.zst freebsd-ports-gnome-48d5fb51023dbbe8f2a70121c289e1849e7e14eb.zip |
Welcome PHP 5.5!
Future steps:
- rename current php5 ports to php54
- make php55 the default one after an exp-run
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 6 | ||||
-rw-r--r-- | math/php55-bcmath/Makefile | 10 | ||||
-rw-r--r-- | math/php55-gmp/Makefile | 10 |
3 files changed, 24 insertions, 2 deletions
diff --git a/math/Makefile b/math/Makefile index ddad42f86bbc..e70b0e49f6e8 100644 --- a/math/Makefile +++ b/math/Makefile @@ -522,9 +522,11 @@ SUBDIR += php5-bcmath SUBDIR += php5-gmp SUBDIR += php52-bcmath - SUBDIR += php53-gmp - SUBDIR += php53-bcmath SUBDIR += php52-gmp + SUBDIR += php53-bcmath + SUBDIR += php53-gmp + SUBDIR += php55-bcmath + SUBDIR += php55-gmp SUBDIR += physcalc SUBDIR += plman SUBDIR += ploticus diff --git a/math/php55-bcmath/Makefile b/math/php55-bcmath/Makefile new file mode 100644 index 000000000000..1a8ee3677c61 --- /dev/null +++ b/math/php55-bcmath/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php55 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" diff --git a/math/php55-gmp/Makefile b/math/php55-gmp/Makefile new file mode 100644 index 000000000000..27f1d3937947 --- /dev/null +++ b/math/php55-gmp/Makefile @@ -0,0 +1,10 @@ +# Created by: Alex Dupre <ale@FreeBSD.org> +# $FreeBSD$ + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php55 + +PKGNAMESUFFIX= -gmp + +.include "${MASTERDIR}/Makefile" |