diff options
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" |