mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
9dff352320
for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw)
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBD-InterBase
|
|
PORTVERSION= 0.48
|
|
PORTREVISION= 3
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= yuri@rivera.ru
|
|
COMMENT= DBI driver for InterBase/Firebird/Yaffil RDBMS server
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
|
|
|
USES= perl5 firebird
|
|
USE_PERL5= patch configure
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|