aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPIx-Regexp
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish@FreeBSD.org>2012-01-27 09:38:43 +0000
committerAshish SHUKLA <ashish@FreeBSD.org>2012-01-27 09:38:43 +0000
commitaeabceace73147834d65cf770764e9e87265a28a (patch)
tree600b4de081abf6bbd4ba791443b22da75dd89313 /textproc/p5-PPIx-Regexp
parent518a404a99cb5010d023f9ddb11eb3e1751ef82e (diff)
downloadports-aeabceace73147834d65cf770764e9e87265a28a.tar.gz
ports-aeabceace73147834d65cf770764e9e87265a28a.zip
Notes
Diffstat (limited to 'textproc/p5-PPIx-Regexp')
-rw-r--r--textproc/p5-PPIx-Regexp/Makefile15
-rw-r--r--textproc/p5-PPIx-Regexp/distinfo4
-rw-r--r--textproc/p5-PPIx-Regexp/pkg-descr2
3 files changed, 12 insertions, 9 deletions
diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile
index 1b4db734685a..c541adaab4c1 100644
--- a/textproc/p5-PPIx-Regexp/Makefile
+++ b/textproc/p5-PPIx-Regexp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= PPIx-Regexp
-PORTVERSION= 0.020
+PORTVERSION= 0.024
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:WYANT
@@ -17,10 +17,7 @@ COMMENT= PPI regular expression parser
BUILD_DEPENDS= p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
p5-PPI>=1.117:${PORTSDIR}/textproc/p5-PPI \
- p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken \
- p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
-
+ p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
@@ -84,4 +81,10 @@ MAN3= PPIx::Regexp.3 \
PPIx::Regexp::Tokenizer.3 \
PPIx::Regexp::Util.3
-.include <bsd.port.mk>
+.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>
diff --git a/textproc/p5-PPIx-Regexp/distinfo b/textproc/p5-PPIx-Regexp/distinfo
index 55bc203490a1..5d0bce4fceba 100644
--- a/textproc/p5-PPIx-Regexp/distinfo
+++ b/textproc/p5-PPIx-Regexp/distinfo
@@ -1,2 +1,2 @@
-SHA256 (PPIx-Regexp-0.020.tar.gz) = 9543c05496c865e628ef10fdeb039b05c8d6e14ae1f2241e7bddadd3bfbb2fcb
-SIZE (PPIx-Regexp-0.020.tar.gz) = 136055
+SHA256 (PPIx-Regexp-0.024.tar.gz) = b5e4d64e7c09903640b03f858a3fc6b323a37a87148cb5aa25796d3c5f6f8bdf
+SIZE (PPIx-Regexp-0.024.tar.gz) = 145003
diff --git a/textproc/p5-PPIx-Regexp/pkg-descr b/textproc/p5-PPIx-Regexp/pkg-descr
index b83993468677..abe3547a0596 100644
--- a/textproc/p5-PPIx-Regexp/pkg-descr
+++ b/textproc/p5-PPIx-Regexp/pkg-descr
@@ -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/ \ No newline at end of file