Date: Fri, 24 May 2013 13:42:51 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178933: [patch] www/p5-Pod-Site Message-ID: <E1UfoWR-000ECB-I4@sunner.semmy.ru> Resent-Message-ID: <201305240950.r4O9o2hK021915@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178933 >Category: ports >Synopsis: [patch] www/p5-Pod-Site >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 24 09:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: - Remove unnecessary depend on PERL_LEVEL < 5.12 >How-To-Repeat: >Fix: --- patch.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 317733) +++ Makefile (working copy) @@ -36,17 +36,5 @@ p5-Test-Pod-Coverage>=1.06:${PORTSDIR}/devel/p5-Test-Pod-Coverage .endif -.include <bsd.port.pre.mk> +.include <bsd.port.mk> -.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 <bsd.port.post.mk> --- patch.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1UfoWR-000ECB-I4>