aboutsummaryrefslogtreecommitdiffstats
path: root/databases/p5-DBD-InterBase/Makefile
blob: d97510ec043a5b32ce20040f0cc83895bf5baf12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=   DBD-InterBase
PORTVERSION=    0.48
PORTREVISION=   1
CATEGORIES= databases perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= DBD
PKGNAMEPREFIX=  p5-

MAINTAINER= yuri@rivera.ru
COMMENT=    DBI driver for InterBase/Firebird/Yaffil RDBMS server

BUILD_DEPENDS=  p5-DBI>=0:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS:=   ${BUILD_DEPENDS}

USE_FIREBIRD=   yes

USES=       perl5
USE_PERL5=  patch configure

post-patch:
        @${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
            ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>