aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-sqlrelay
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-07-03 17:09:26 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-07-03 17:09:26 +0000
commitd1d490fac91cb4d785b3beeda70662ff9a412bce (patch)
tree6f0b1edbe934e0cd38f57e6236d92e6888e97c19 /databases/p5-sqlrelay
parentd0544ca7e97022c2eaf850a1e2cb966e3d1aba2a (diff)
Notes
Diffstat (limited to 'databases/p5-sqlrelay')
-rw-r--r--databases/p5-sqlrelay/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/p5-sqlrelay/Makefile b/databases/p5-sqlrelay/Makefile
index c1ba508fff5a..4e1d8156bc2d 100644
--- a/databases/p5-sqlrelay/Makefile
+++ b/databases/p5-sqlrelay/Makefile
@@ -16,6 +16,8 @@ DISTFILES= # none
MAINTAINER= demon@FreeBSD.org
COMMENT= Perl5 modules to access to SQL Relay, including a DBD interface
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
EXTRACT_DEPENDS= ${NONEXISTENT}:${SQLRELAY_PORTDIR}:patch
LIB_DEPENDS= sqlrclient.0:${SQLRELAY_PORTDIR}
@@ -65,12 +67,4 @@ do-install:
BROKEN= "Does not build"
.endif
-.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
-.endif
-
.include <bsd.port.post.mk>