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 --- security/p5-Digest-SHA1/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'security/p5-Digest-SHA1') diff --git a/security/p5-Digest-SHA1/Makefile b/security/p5-Digest-SHA1/Makefile index 00b9670922e3..bc49602ad0a8 100644 --- a/security/p5-Digest-SHA1/Makefile +++ b/security/p5-Digest-SHA1/Makefile @@ -18,11 +18,4 @@ PERL_CONFIGURE= yes MAN3= Digest::SHA1.3 -.include - -.if ${PERL_LEVEL} < 500803 -BUILD_DEPENDS+= p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest -RUN_DEPENDS+= p5-Digest>=1.00:${PORTSDIR}/security/p5-Digest -.endif - -.include +.include -- cgit v1.2.3