Date: Fri, 24 May 2013 12:09:17 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/178902: [patch] textproc/p5-PPIx-Regexp Message-ID: <E1Ufn3t-000CMs-Al@sunner.semmy.ru> Resent-Message-ID: <201305240810.r4O8A1iQ090501@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 178902 >Category: ports >Synopsis: [patch] textproc/p5-PPIx-Regexp >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 08:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: System: FreeBSD sunner.semmy.ru 8.3-STABLE FreeBSD 8.3-STABLE #4: Sun Jun 17 21:49:38 MSK 2012 root@sunner.semmy.ru:/usr/obj/usr/src/sys/SUNNER amd64 >Description: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 >How-To-Repeat: >Fix: --- patch.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 317733) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-PPIx-Regexp -# Date created: 2010-05-25 -# Whom: Ashish SHUKLA <wahjava@gmail.com> -# +# Created by: Ashish SHUKLA <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= PPIx-Regexp PORTVERSION= 0.029 @@ -81,10 +77,4 @@ PPIx::Regexp::Tokenizer.3 \ PPIx::Regexp::Util.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.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?E1Ufn3t-000CMs-Al>