Lines 30-35
Link Here
|
30 |
PORTDATA= * |
30 |
PORTDATA= * |
31 |
|
31 |
|
32 |
OPTIONS= MYSQL "Use MySQL support" On \ |
32 |
OPTIONS= MYSQL "Use MySQL support" On \ |
|
|
33 |
PostgreSQL "Use PostgreSQL support" Off \ |
33 |
SQLite "Use SQLite support" Off |
34 |
SQLite "Use SQLite support" Off |
34 |
|
35 |
|
35 |
.include <bsd.port.pre.mk> |
36 |
.include <bsd.port.pre.mk> |
Lines 40-45
Link Here
|
40 |
.if defined(WITH_SQLite) |
41 |
.if defined(WITH_SQLite) |
41 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite |
42 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite |
42 |
.endif |
43 |
.endif |
|
|
44 |
.if defined(WITH_PostgreSQL) |
45 |
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg |
46 |
.endif |
43 |
|
47 |
|
44 |
post-patch: |
48 |
post-patch: |
45 |
@${REINPLACE_CMD} 's|/etc|${PREFIX}/etc|' ${WRKSRC}/cbpadmin |
49 |
@${REINPLACE_CMD} 's|/etc|${PREFIX}/etc|' ${WRKSRC}/cbpadmin |