mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Require 5.6+ (DBD::InterBase depends on DBI-1.41+)
This commit is contained in:
parent
f05b0163c5
commit
b346e7d777
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142895
1 changed files with 3 additions and 5 deletions
|
@ -15,7 +15,9 @@ PKGNAMEPREFIX= p5-
|
||||||
MAINTAINER= skv@FreeBSD.org
|
MAINTAINER= skv@FreeBSD.org
|
||||||
COMMENT= DBI driver for InterBase RDBMS server
|
COMMENT= DBI driver for InterBase RDBMS server
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
|
||||||
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird-client
|
LIB_DEPENDS= gds:${PORTSDIR}/databases/firebird-client
|
||||||
|
RUN_DEPENDS+= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PERL_CONFIGURE= yes
|
PERL_CONFIGURE= yes
|
||||||
|
|
||||||
|
@ -28,11 +30,7 @@ MAN3= DBD::InterBase.3
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${PERL_LEVEL} < 500600
|
.if ${PERL_LEVEL} < 500600
|
||||||
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
|
IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again.
|
||||||
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
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue