From 999203ab56f59a5dde9403c22657476590a73713 Mon Sep 17 00:00:00 2001 From: az Date: Fri, 24 May 2013 17:19:19 +0000 Subject: - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178933 Submitted by: az Approved by: maintainer --- www/p5-Pod-Site/Makefile | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/www/p5-Pod-Site/Makefile b/www/p5-Pod-Site/Makefile index 3631985d919e..f3eb70622a85 100644 --- a/www/p5-Pod-Site/Makefile +++ b/www/p5-Pod-Site/Makefile @@ -36,17 +36,4 @@ TEST_DEPENDS+= p5-Test-Pod>=1.41:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage .endif -.include - -.if ${PERL_LEVEL} < 501001 -BUILD_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path -RUN_DEPENDS+= p5-File-Path>=2.07:${PORTSDIR}/devel/p5-File-Path -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple -RUN_DEPENDS+= p5-Pod-Simple>=3.12:${PORTSDIR}/textproc/p5-Pod-Simple -.endif - -.include +.include -- cgit