2014-04-03 15:08:22 +02:00
|
|
|
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
|
|
|
|
PORTNAME= DBD-InterBase
|
|
|
|
PORTVERSION= 0.48
|
2021-05-22 20:41:22 +02:00
|
|
|
PORTREVISION= 4
|
2014-04-03 15:08:22 +02:00
|
|
|
CATEGORIES= databases perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= yuri@rivera.ru
|
|
|
|
COMMENT= DBI driver for InterBase/Firebird/Yaffil RDBMS server
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
2014-04-03 15:08:22 +02:00
|
|
|
|
2016-04-25 18:14:02 +02:00
|
|
|
USES= perl5 firebird
|
2014-04-03 15:08:22 +02:00
|
|
|
USE_PERL5= patch configure
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
|
|
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|