aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2007-06-18 15:55:52 +0800
committererwin <erwin@FreeBSD.org>2007-06-18 15:55:52 +0800
commit222966de32651da7bbebff05b485b9a41214c349 (patch)
treeb8b85d67377211f6625611a12805eaf888e7921a /databases
parent6cc09957308ea0e42a49ceacea0a5c157c29330e (diff)
downloadfreebsd-ports-gnome-222966de32651da7bbebff05b485b9a41214c349.tar.gz
freebsd-ports-gnome-222966de32651da7bbebff05b485b9a41214c349.tar.zst
freebsd-ports-gnome-222966de32651da7bbebff05b485b9a41214c349.zip
Remove 4.x workaround
Approved by: maintainer (apriori)
Diffstat (limited to 'databases')
-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>