aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-DBSchema
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2007-06-18 07:55:52 +0000
committerErwin Lansing <erwin@FreeBSD.org>2007-06-18 07:55:52 +0000
commit77f247415ad9c2e6dcc4df391d008aba845652f7 (patch)
tree1106973158ab51fd0abe2cb63de1461a1d3ae1d4 /databases/p5-DBIx-DBSchema
parentcf3c5e1ba6fabc240390b2eb538a2171228c3b13 (diff)
Remove 4.x workaround
Approved by: maintainer (apriori)
Notes
Notes: svn path=/head/; revision=193763
Diffstat (limited to 'databases/p5-DBIx-DBSchema')
-rw-r--r--databases/p5-DBIx-DBSchema/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile
index 9b13893d92c4..cb29d8855d07 100644
--- a/databases/p5-DBIx-DBSchema/Makefile
+++ b/databases/p5-DBIx-DBSchema/Makefile
@@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= mat@FreeBSD.org
COMMENT= An OO-interface to database schemas
-BUILD_DEPENDS= ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw
+BUILD_DEPENDS= ${SITE_PERL}/FreezeThaw.pm:${PORTSDIR}/devel/p5-FreezeThaw \
+ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@@ -41,10 +42,5 @@ post-install:
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
-.if ${PERL_LEVEL} < 500600
-BUILD_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
-.endif
.include <bsd.port.post.mk>