| Summary: | [patch] textproc/p5-PPIx-Regexp | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Andrej Zverev <az> | ||||
| Component: | Individual Port(s) | Assignee: | Ashish SHUKLA <ashish> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Andrej Zverev
2013-05-24 09:10:01 UTC
Responsible Changed From-To: freebsd-ports-bugs->ashish Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed, with minor changes. Thanks! 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/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |