From bdc7b8de9b4a00d6f78b8a20e6e92ad630e44558 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Thu, 8 Mar 2012 18:45:38 +0000 Subject: - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena) - Remove conditionals for PERL_LEVEL < 501200 - Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk - Other minor cleanups RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS} PR: ports/165605 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index --- archivers/p5-Archive-Extract/Makefile | 9 --------- 1 file changed, 9 deletions(-) (limited to 'archivers/p5-Archive-Extract') diff --git a/archivers/p5-Archive-Extract/Makefile b/archivers/p5-Archive-Extract/Makefile index a5604718241e..ab95dd95b512 100644 --- a/archivers/p5-Archive-Extract/Makefile +++ b/archivers/p5-Archive-Extract/Makefile @@ -21,15 +21,6 @@ MAN3= Archive::Extract.3 .include -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ - p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check -RUN_DEPENDS+= p5-Locale-Maketext-Simple>=0:${PORTSDIR}/devel/p5-Locale-Maketext-Simple \ - p5-Module-Load-Conditional>=0.04:${PORTSDIR}/devel/p5-Module-Load-Conditional \ - p5-Params-Check>=0.07:${PORTSDIR}/devel/p5-Params-Check -.endif - .if ${PERL_LEVEL} < 501400 BUILD_DEPENDS+= p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd RUN_DEPENDS+= p5-IPC-Cmd>=0.64:${PORTSDIR}/devel/p5-IPC-Cmd -- cgit