svn commit: r320158 - head/textproc/p5-PPIx-Regexp
Andrej Zverev
az at FreeBSD.org
Fri Jun 7 07:05:38 UTC 2013
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 at gmail.com>
-#
+# Created by: Ashish SHUKLA <wahjava at 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/
More information about the svn-ports-all
mailing list