2001-10-18 18:52:15 +00:00
|
|
|
# New ports collection makefile for: DBD::InterBase
|
|
|
|
# Date created: 15 Oct 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBD-InterBase
|
2004-03-24 09:06:02 +00:00
|
|
|
PORTVERSION= 0.43
|
2005-03-14 17:58:17 +00:00
|
|
|
PORTREVISION= 1
|
2001-10-18 18:52:15 +00:00
|
|
|
CATEGORIES= databases perl5
|
2005-03-14 17:58:17 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= dbi-interbase
|
2001-10-18 18:52:15 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2002-05-28 10:01:52 +00:00
|
|
|
MAINTAINER= skv@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= DBI driver for InterBase RDBMS server
|
2001-10-18 18:52:15 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's,%%IB_BASE%%,${PREFIX}/firebird,g' \
|
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
|
|
|
|
MAN3= Bundle::DBD::InterBase.3 DBD::InterBase.3 DBD::InterBase::FAQ.3
|
|
|
|
|
2003-09-16 05:43:52 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
|
|
|
.else
|
|
|
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|