Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= suphp |
8 |
PORTNAME= suphp |
9 |
PORTVERSION= 0.2.3 |
9 |
PORTVERSION= 0.2.3 |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= www |
11 |
CATEGORIES= www |
11 |
MASTER_SITES= http://www.suphp.org/download/ |
12 |
MASTER_SITES= http://www.suphp.org/download/ |
12 |
|
13 |
|
Lines 14-20
Link Here
|
14 |
COMMENT= suPHP is a combination which provides a wrapper for PHP |
15 |
COMMENT= suPHP is a combination which provides a wrapper for PHP |
15 |
|
16 |
|
16 |
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 |
17 |
BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 |
17 |
RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4-cli |
18 |
RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4-cgi |
18 |
|
19 |
|
19 |
USE_REINPLACE= yes |
20 |
USE_REINPLACE= yes |
20 |
|
21 |
|
Lines 28-34
Link Here
|
28 |
.include <bsd.port.pre.mk> |
29 |
.include <bsd.port.pre.mk> |
29 |
|
30 |
|
30 |
.if exists(${LOCALBASE}/libexec/apache/libphp4.so) |
31 |
.if exists(${LOCALBASE}/libexec/apache/libphp4.so) |
31 |
IGNORE="suPHP conflicts with mod_php4. It works only with php4-cli" |
32 |
IGNORE="suPHP conflicts with mod_php4. It works only with php4-cgi" |
32 |
.endif |
33 |
.endif |
33 |
|
34 |
|
34 |
pre-configure: |
35 |
pre-configure: |