38cbe5cc9e
Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
24 lines
512 B
Makefile
24 lines
512 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= DBD-InterBase
|
|
PORTVERSION= 0.48
|
|
PORTREVISION= 2
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= yuri@rivera.ru
|
|
COMMENT= DBI driver for InterBase/Firebird/Yaffil RDBMS server
|
|
|
|
BUILD_DEPENDS= p5-DBI>=0:databases/p5-DBI
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5 firebird
|
|
USE_PERL5= patch configure
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's,%%IB_BASE%%,${LOCALBASE},g' \
|
|
${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|