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 --- devel/p5-Data-Throttler-Memcached/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'devel/p5-Data-Throttler-Memcached') diff --git a/devel/p5-Data-Throttler-Memcached/Makefile b/devel/p5-Data-Throttler-Memcached/Makefile index fb9bb4b86aa6..f09d0f57f17f 100644 --- a/devel/p5-Data-Throttler-Memcached/Makefile +++ b/devel/p5-Data-Throttler-Memcached/Makefile @@ -27,11 +27,4 @@ PERL_CONFIGURE= yes MAN3= Data::Throttler::Memcached.3 \ Data::Throttler::BucketChain::Memcached.3 -.include - -.if ${PERL_LEVEL} < 500703 -RUN_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -BUILD_DEPENDS+= p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5 -.endif - -.include +.include -- cgit v1.2.3