diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:14:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-07-19 09:14:47 +0000 |
commit | e2af8a430c4256b816904869307a932de6cedcab (patch) | |
tree | a263bc31f1e13701be2eea66ad0b09b3a87dc558 | |
parent | 6faf06f89ec79462bf06499830bbe0ac17b2392a (diff) | |
download | ports-e2af8a430c4256b816904869307a932de6cedcab.tar.gz ports-e2af8a430c4256b816904869307a932de6cedcab.zip |
Notes
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/php5-bcmath/Makefile | 14 | ||||
-rw-r--r-- | math/php5-gmp/Makefile | 14 | ||||
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/php5-calendar/Makefile | 14 | ||||
-rw-r--r-- | net/Makefile | 1 |
6 files changed, 45 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 2e95208a32f2..ca14d22e7ac3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -163,6 +163,7 @@ SUBDIR += php4-bcmath SUBDIR += php4-gmp SUBDIR += php5-bcmath + SUBDIR += php5-gmp SUBDIR += physcalc SUBDIR += ploticus SUBDIR += ploticus-nox11 diff --git a/math/php5-bcmath/Makefile b/math/php5-bcmath/Makefile new file mode 100644 index 000000000000..4f8893043c05 --- /dev/null +++ b/math/php5-bcmath/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-bcmath +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= math + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -bcmath + +.include "${MASTERDIR}/Makefile" 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" diff --git a/misc/Makefile b/misc/Makefile index 0815beef13ea..83d3c80fbd0b 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -323,6 +323,7 @@ SUBDIR += pg SUBDIR += php4-calendar SUBDIR += php4-mcal + SUBDIR += php5-calendar SUBDIR += phraze SUBDIR += pinfo SUBDIR += pointless diff --git a/misc/php5-calendar/Makefile b/misc/php5-calendar/Makefile new file mode 100644 index 000000000000..648e362d5434 --- /dev/null +++ b/misc/php5-calendar/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: php5-calendar +# Date created: 7 Jul 2004 +# Whom: Alex Dupre <ale@FreeBSD.org> +# +# $FreeBSD$ +# + +CATEGORIES= misc + +MASTERDIR= ${.CURDIR}/../../lang/php5 + +PKGNAMESUFFIX= -calendar + +.include "${MASTERDIR}/Makefile" diff --git a/net/Makefile b/net/Makefile index 9c4c1c8fde65..5fcbbdab74d2 100644 --- a/net/Makefile +++ b/net/Makefile @@ -517,6 +517,7 @@ SUBDIR += php4-sockets SUBDIR += php4-xmlrpc SUBDIR += php4-yp + SUBDIR += php5-ldap SUBDIR += phpldapadmin SUBDIR += pim6dd SUBDIR += pim6sd |