From a3d6dac88077b27aadc60b45aadabe4713c7bcdd Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sat, 30 Jun 2007 10:01:21 +0000 Subject: [PATCH] Remove 4.x workaround PR: 113733 Submitted by: erwin Approved by: maintainer timeout --- databases/p5-DBIx-Recordset/Makefile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/databases/p5-DBIx-Recordset/Makefile b/databases/p5-DBIx-Recordset/Makefile index c68f0736f145..197e53693beb 100644 --- a/databases/p5-DBIx-Recordset/Makefile +++ b/databases/p5-DBIx-Recordset/Makefile @@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= skv@FreeBSD.org COMMENT= Perl module for abstraction and simplification of database access +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI +RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI + PERL_CONFIGURE= yes MAN3= DBIx::Compat.3 DBIx::Database.3 DBIx::Intrors.3 \ @@ -26,14 +29,4 @@ post-configure: @${PERL} -pi -e 's/^(POD2MAN_EXE.*)$$/\1 -lax/;' \ ${WRKSRC}/Makefile -.include - -.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 +.include