aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-InterBase
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2005-09-16 08:01:29 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2005-09-16 08:01:29 +0000
commitb346e7d777d60beb53823a1497832435ba959d4d (patch)
tree7b834bb3d1bd79dc5b0a265d82fd802f5f015de1 /databases/p5-DBD-InterBase
parentf05b0163c5258d1d83f9649bc00eece55a1fd4ef (diff)
downloadports-b346e7d777d60beb53823a1497832435ba959d4d.tar.gz
ports-b346e7d777d60beb53823a1497832435ba959d4d.zip
Require 5.6+ (DBD::InterBase depends on DBI-1.41+)
Notes
Notes: svn path=/head/; revision=142895
Diffstat (limited to 'databases/p5-DBD-InterBase')
-rw-r--r--databases/p5-DBD-InterBase/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/p5-DBD-InterBase/Makefile b/databases/p5-DBD-InterBase/Makefile
index 3fd61fb5f055..0a9bcfc2e749 100644
--- a/databases/p5-DBD-InterBase/Makefile
+++ b/databases/p5-DBD-InterBase/Makefile
@@ -15,7 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
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
+RUN_DEPENDS+= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@@ -28,11 +30,7 @@ MAN3= DBD::InterBase.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI-137
-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
+IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again.
.endif
.include <bsd.port.post.mk>