Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= Log |
8 |
PORTNAME= Log |
9 |
PORTVERSION= 1.10.0 |
9 |
PORTVERSION= 1.10.1 |
10 |
CATEGORIES= sysutils www pear |
10 |
CATEGORIES= sysutils www pear |
11 |
|
11 |
|
12 |
MAINTAINER= miwi@FreeBSD.org |
12 |
MAINTAINER= miwi@FreeBSD.org |
Lines 38-43
Link Here
|
38 |
LATEST_LINK= pear-Log |
38 |
LATEST_LINK= pear-Log |
39 |
OPTIONS= PEAR_DB "PEAR::DB support" off \ |
39 |
OPTIONS= PEAR_DB "PEAR::DB support" off \ |
40 |
PEAR_MDB2 "PEAR::MDB2 support" off \ |
40 |
PEAR_MDB2 "PEAR::MDB2 support" off \ |
|
|
41 |
PEAR_Mail "PEAR::Mail support" off \ |
41 |
PHP_SQLITE "PHP sqlite support (php5 only)" off |
42 |
PHP_SQLITE "PHP sqlite support (php5 only)" off |
42 |
|
43 |
|
43 |
.include <bsd.port.pre.mk> |
44 |
.include <bsd.port.pre.mk> |
Lines 50-55
Link Here
|
50 |
BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 |
51 |
BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 |
51 |
.endif |
52 |
.endif |
52 |
|
53 |
|
|
|
54 |
.if defined(WITH_PEAR_Mail) |
55 |
BUILD_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail |
56 |
.endif |
57 |
|
53 |
.if defined(WITH_PHP_SQLITE) |
58 |
.if defined(WITH_PHP_SQLITE) |
54 |
USE_PHP+= sqlite |
59 |
USE_PHP+= sqlite |
55 |
.endif |
60 |
.endif |