1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

-Add postgresql support

PR:		ports/156702
Submitted by:	Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by:	Chifeng QU <chifeng@gmail.com> (maintainer)
		itetcu (mentor)(implicit)
This commit is contained in:
Beech Rintoul 2011-04-29 22:35:43 +00:00
parent 977c0a98d0
commit 06020e72bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273342
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,7 @@ PORTDOCS= AUTHORS CHANGELOG INSTALL TODO WISHLIST
PORTDATA= *
OPTIONS= MYSQL "Use MySQL support" On \
PostgreSQL "Use PostgreSQL support" Off \
SQLite "Use SQLite support" Off
.include <bsd.port.pre.mk>
@ -40,6 +41,9 @@ RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DB
.if defined(WITH_SQLite)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
.endif
.if defined(WITH_PostgreSQL)
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg
.endif
post-patch:
@${REINPLACE_CMD} 's|/etc|${PREFIX}/etc|' ${WRKSRC}/cbpadmin

View File

@ -1,3 +1,2 @@
MD5 (cluebringer-2.0.10.tar.gz) = 374eb5b5f7325343defaf185964d421e
SHA256 (cluebringer-2.0.10.tar.gz) = be335acb8e282a31a65a3f44de8c0ac0f0ac8f18090e20391b486d6b1efd752b
SIZE (cluebringer-2.0.10.tar.gz) = 133110