Date: Fri, 7 Jun 2013 07:05:37 +0000 (UTC) From: Andrej Zverev <az@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320158 - head/textproc/p5-PPIx-Regexp Message-ID: <201306070705.r5775bpT091725@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: az Date: Fri Jun 7 07:05:37 2013 New Revision: 320158 URL: http://svnweb.freebsd.org/changeset/ports/320158 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178902 Submitted by: az Approved by: maintainer (timeout) Modified: head/textproc/p5-PPIx-Regexp/Makefile (contents, props changed) head/textproc/p5-PPIx-Regexp/pkg-descr Modified: head/textproc/p5-PPIx-Regexp/Makefile ============================================================================== --- head/textproc/p5-PPIx-Regexp/Makefile Fri Jun 7 07:05:31 2013 (r320157) +++ head/textproc/p5-PPIx-Regexp/Makefile Fri Jun 7 07:05:37 2013 (r320158) @@ -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 @@ MAN3= PPIx::Regexp.3 \ 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> Modified: head/textproc/p5-PPIx-Regexp/pkg-descr ============================================================================== --- head/textproc/p5-PPIx-Regexp/pkg-descr Fri Jun 7 07:05:31 2013 (r320157) +++ head/textproc/p5-PPIx-Regexp/pkg-descr Fri Jun 7 07:05:37 2013 (r320158) @@ -1,4 +1,4 @@ The purpose of the PPIx-Regexp package is to parse regular expressions in a manner similar to the way the PPI package parses Perl. -WWW: http://search.cpan.org/dist/PPIx-Regexp/ +WWW: http://search.cpan.org/dist/PPIx-Regexp/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306070705.r5775bpT091725>