From 2cf4c1e2c8f35d7e8d8df1acc5a582d916a7d608 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" 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 --- www/p5-FEAR-API/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'www/p5-FEAR-API') diff --git a/www/p5-FEAR-API/Makefile b/www/p5-FEAR-API/Makefile index 7520126f313b..917783c35e03 100644 --- a/www/p5-FEAR-API/Makefile +++ b/www/p5-FEAR-API/Makefile @@ -53,10 +53,4 @@ MAN3= FEAR::API.3 \ FEAR::API::Filters.3 \ FEAR::API::Document.3 -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - -.include +.include -- cgit v1.2.3