Tweak textproc/p5-Perl-Critic version 1.12.5
[dports.git] / textproc / p5-Perl-Critic / Makefile
1 # Created by: ijliao
2 # $FreeBSD$
3
4 PORTNAME=       Perl-Critic
5 PORTVERSION=    1.12.5
6 CATEGORIES=     textproc devel perl5
7 MASTER_SITES=   CPAN
8 PKGNAMEPREFIX=  p5-
9 DISTNAME=       ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Critique Perl source for style and standards
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-B-Keywords>=1.05:devel/p5-B-Keywords \
18                 p5-Config-Tiny>=2:devel/p5-Config-Tiny \
19                 p5-Email-Address>=1.88.9:mail/p5-Email-Address \
20                 p5-Exception-Class>=1.23:devel/p5-Exception-Class \
21                 p5-File-HomeDir>=0:devel/p5-File-HomeDir \
22                 p5-File-Which>=0:sysutils/p5-File-Which \
23                 p5-IO-String>=0:devel/p5-IO-String \
24                 p5-List-MoreUtils>=0.19:lang/p5-List-MoreUtils \
25                 p5-Pod-Spell>=1:textproc/p5-Pod-Spell \
26                 p5-PPI>=1.220:textproc/p5-PPI \
27                 p5-PPIx-Regexp>=0.027:textproc/p5-PPIx-Regexp \
28                 p5-PPIx-Utilities>=1.001:textproc/p5-PPIx-Utilities \
29                 p5-Readonly>=2.00:devel/p5-Readonly \
30                 p5-String-Format>=1.13:textproc/p5-String-Format \
31                 p5-Task-Weaken>=0:devel/p5-Task-Weaken \
32                 p5-Term-ANSIColor>=2.02:devel/p5-Term-ANSIColor \
33                 perltidy:devel/p5-Perl-Tidy
34 RUN_DEPENDS:=   ${BUILD_DEPENDS}
35 TEST_DEPENDS=   p5-Test-Deep>=0:devel/p5-Test-Deep \
36                 p5-Test-Memory-Cycle>=0:devel/p5-Test-Memory-Cycle
37
38 USES=           perl5
39 USE_PERL5=      modbuild
40 NO_ARCH=        yes
41
42 .include <bsd.port.mk>