diff options
author | thierry <thierry@FreeBSD.org> | 2004-12-26 18:55:14 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-12-26 18:55:14 +0800 |
commit | a3041836eecb41ce3f7ca152815eaee58a970175 (patch) | |
tree | faa0aa8ac3c424a6d47bcc5ee0b7afd996b2a3ec /www/horde-php5 | |
parent | 6f4fe714ce55d287601b89a1ca35ef1645670466 (diff) | |
download | freebsd-ports-graphics-a3041836eecb41ce3f7ca152815eaee58a970175.tar.gz freebsd-ports-graphics-a3041836eecb41ce3f7ca152815eaee58a970175.tar.zst freebsd-ports-graphics-a3041836eecb41ce3f7ca152815eaee58a970175.zip |
Add a slave port to install the Horde framework with PHP5.
Diffstat (limited to 'www/horde-php5')
-rw-r--r-- | www/horde-php5/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/horde-php5/Makefile b/www/horde-php5/Makefile new file mode 100644 index 00000000000..95642862830 --- /dev/null +++ b/www/horde-php5/Makefile @@ -0,0 +1,13 @@ +# New ports collection makefile for: horde-php5 +# Date created: 27 Nov 2004 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../horde + +DEFAULT_PHP_VER= 5 +WITH_PHP5= yes + +.include "${MASTERDIR}/Makefile" |