.include <bsd.port.pre.mk>
.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
BROKEN= "Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL"
.endif
.if defined(WITH_PGSQL)
USE_PGSQL= yes
USE_PHP+= pgsql