1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

Add a slave port to install the Horde framework with PHP5.

This commit is contained in:
Thierry Thomas 2004-12-26 10:55:14 +00:00
parent 693fac0b2c
commit 167f957ed0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125212
2 changed files with 14 additions and 0 deletions

View File

@ -150,6 +150,7 @@
SUBDIR += harvest
SUBDIR += horde
SUBDIR += horde-passwd
SUBDIR += horde-php5
SUBDIR += hotjava
SUBDIR += htdump
SUBDIR += html2hdml

13
www/horde-php5/Makefile Normal file
View File

@ -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"