From c10f314307a4e84ca4811cb03db549590b4c364a Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Wed, 22 Jul 2009 16:27:08 +0000 Subject: - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks PR: ports/135398 Tested by: 2 -exp runs by pav Approved by: portmgr (pav) --- databases/p5-Cache-BDB/Makefile | 8 +------- databases/p5-Cache-Memcached/Makefile | 9 +-------- databases/p5-DBI/Makefile | 11 +---------- databases/p5-DBIx-ContextualFetch/Makefile | 8 +------- databases/p5-DBIx-DBSchema/Makefile | 8 +------- databases/p5-DBM-Deep/Makefile | 11 +---------- databases/p5-Ima-DBI/Makefile | 8 +------- databases/p5-MLDBM-Sync/Makefile | 9 +-------- databases/p5-MLDBM/Makefile | 9 +-------- databases/p5-SQLite-Work/Makefile | 4 ---- 10 files changed, 9 insertions(+), 76 deletions(-) (limited to 'databases') diff --git a/databases/p5-Cache-BDB/Makefile b/databases/p5-Cache-BDB/Makefile index eac23cf2e448..a46b5af844b6 100644 --- a/databases/p5-Cache-BDB/Makefile +++ b/databases/p5-Cache-BDB/Makefile @@ -20,10 +20,4 @@ PERL_CONFIGURE= yes MAN3= Cache::BDB.3 -.include - -.if ${PERL_LEVEL} < 500700 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.endif - -.include +.include diff --git a/databases/p5-Cache-Memcached/Makefile b/databases/p5-Cache-Memcached/Makefile index e226d58f35df..5f9fa66cec7e 100644 --- a/databases/p5-Cache-Memcached/Makefile +++ b/databases/p5-Cache-Memcached/Makefile @@ -21,11 +21,4 @@ PERL_CONFIGURE= yes MAN3= Cache::Memcached.3 -.include - -.if ${PERL_LEVEL} < 500800 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.endif - -.include +.include diff --git a/databases/p5-DBI/Makefile b/databases/p5-DBI/Makefile index c9a17f9a7bc6..50faa04f823d 100644 --- a/databases/p5-DBI/Makefile +++ b/databases/p5-DBI/Makefile @@ -87,13 +87,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include - -.if ${PERL_LEVEL} < 500800 -EXTRA_DEPENDS= p5-Time-HiRes>0:${PORTSDIR}/devel/p5-Time-HiRes \ - p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils -BUILD_DEPENDS+= ${EXTRA_DEPENDS} -RUN_DEPENDS+= ${EXTRA_DEPENDS} -.endif - -.include +.include diff --git a/databases/p5-DBIx-ContextualFetch/Makefile b/databases/p5-DBIx-ContextualFetch/Makefile index cd9563cc5bea..1f6fa5127d20 100644 --- a/databases/p5-DBIx-ContextualFetch/Makefile +++ b/databases/p5-DBIx-ContextualFetch/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= DBIx::ContextualFetch.3 -.include - -.if ${PERL_LEVEL} < 500702 -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include diff --git a/databases/p5-DBIx-DBSchema/Makefile b/databases/p5-DBIx-DBSchema/Makefile index 7f95d1e04b33..601912cbcd6d 100644 --- a/databases/p5-DBIx-DBSchema/Makefile +++ b/databases/p5-DBIx-DBSchema/Makefile @@ -37,10 +37,4 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -.include - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.endif - -.include +.include diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 30804323eef4..51f660acd0b1 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -22,13 +22,4 @@ MAN3= DBM::Deep.3 DBM::Deep::Cookbook.3 DBM::Deep::Internals.3 PERL_CONFIGURE= yes -.include - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils -.endif - -.include +.include diff --git a/databases/p5-Ima-DBI/Makefile b/databases/p5-Ima-DBI/Makefile index 6091acbeace2..9816a458ecc0 100644 --- a/databases/p5-Ima-DBI/Makefile +++ b/databases/p5-Ima-DBI/Makefile @@ -24,10 +24,4 @@ PERL_CONFIGURE= yes MAN3= Ima::DBI.3 -.include - -.if ${PERL_LEVEL} < 500702 -BUILD_DEPENDS+= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include +.include diff --git a/databases/p5-MLDBM-Sync/Makefile b/databases/p5-MLDBM-Sync/Makefile index fb427f68cbcd..0e0024ac5ca9 100644 --- a/databases/p5-MLDBM-Sync/Makefile +++ b/databases/p5-MLDBM-Sync/Makefile @@ -21,11 +21,4 @@ PERL_CONFIGURE= yes MAN3= MLDBM::Sync.3 -.include - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.include +.include diff --git a/databases/p5-MLDBM/Makefile b/databases/p5-MLDBM/Makefile index c9f41b26baaa..fceb5c2ba871 100644 --- a/databases/p5-MLDBM/Makefile +++ b/databases/p5-MLDBM/Makefile @@ -21,11 +21,4 @@ PERL_CONFIGURE= yes MAN3= MLDBM.3 -.include - -.if ${PERL_LEVEL} < 500800 -BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable -.endif - -.include +.include diff --git a/databases/p5-SQLite-Work/Makefile b/databases/p5-SQLite-Work/Makefile index f1d0e18e557f..1a8aebd1249b 100644 --- a/databases/p5-SQLite-Work/Makefile +++ b/databases/p5-SQLite-Work/Makefile @@ -37,10 +37,6 @@ post-patch: .include -.if ${PERL_LEVEL} < 500801 -RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long -.endif - .if ${PERL_LEVEL} < 500807 RUN_DEPENDS+= p5-CGI.pm>=3.10:${PORTSDIR}/www/p5-CGI.pm .endif -- cgit v1.2.3