Update SQLRelay to 0.30.

This commit is contained in:
Akinori MUSHA
2002-02-23 19:56:02 +00:00
parent 48f133252e
commit 036c56ec5c
18 changed files with 77 additions and 124 deletions

View File

@@ -14,7 +14,7 @@ DISTFILES= # none
MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:configure \
BUILD_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
@@ -38,6 +38,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-extract:
${MKDIR} ${WRKDIR}
${LN} -fs `${SQLRELAY_WRKSRC_CMD}` ${WRKSRC}
${RM} -f ${WRKSRC}/config.cache
do-build:
for dir in ${WRKSRC}/src/api/perl/*; do \