View | Details | Raw Unified | Return to bug 163581
Collapse All | Expand All

(-)Makefile (-6 / +9 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	PPIx-Regexp
8
PORTNAME=	PPIx-Regexp
9
PORTVERSION=	0.020
9
PORTVERSION=	0.024
10
CATEGORIES=	textproc perl5
10
CATEGORIES=	textproc perl5
11
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
12
MASTER_SITE_SUBDIR=	CPAN:WYANT
12
MASTER_SITE_SUBDIR=	CPAN:WYANT
Lines 17-26 Link Here
17
17
18
BUILD_DEPENDS=	p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
18
BUILD_DEPENDS=	p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \
19
		p5-PPI>=1.117:${PORTSDIR}/textproc/p5-PPI \
19
		p5-PPI>=1.117:${PORTSDIR}/textproc/p5-PPI \
20
		p5-Scalar-List-Utils>0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
20
		p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken
21
		p5-Task-Weaken>0:${PORTSDIR}/devel/p5-Task-Weaken \
22
		p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
23
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
25
22
26
PERL_CONFIGURE=	yes
23
PERL_CONFIGURE=	yes
Lines 84-87 Link Here
84
	PPIx::Regexp::Tokenizer.3 \
81
	PPIx::Regexp::Tokenizer.3 \
85
	PPIx::Regexp::Util.3
82
	PPIx::Regexp::Util.3
86
83
87
.include <bsd.port.mk>
84
.include <bsd.port.pre.mk>
85
86
.if ${PERL_LEVEL} < 501001
87
TEST_DEPENDS+=	p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple
88
.endif
89
90
.include <bsd.port.post.mk>
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (PPIx-Regexp-0.020.tar.gz) = 9543c05496c865e628ef10fdeb039b05c8d6e14ae1f2241e7bddadd3bfbb2fcb
1
SHA256 (PPIx-Regexp-0.024.tar.gz) = b5e4d64e7c09903640b03f858a3fc6b323a37a87148cb5aa25796d3c5f6f8bdf
2
SIZE (PPIx-Regexp-0.020.tar.gz) = 136055
2
SIZE (PPIx-Regexp-0.024.tar.gz) = 145003
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
The purpose of the PPIx-Regexp package is to parse regular expressions
1
The purpose of the PPIx-Regexp package is to parse regular expressions
2
in a manner similar to the way the PPI package parses Perl.
2
in a manner similar to the way the PPI package parses Perl.
3
3
4
WWW:	http://search.cpan.org/dist/PPIx-Regexp
4
WWW:	http://search.cpan.org/dist/PPIx-Regexp/

Return to bug 163581