Import textproc/p5-Perl-Lint version 0.22
[dports.git] / textproc / p5-Perl-Lint / Makefile
1 # Created by: Adam Weinberger <adamw@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       Perl-Lint
5 PORTVERSION=    0.22
6 CATEGORIES=     textproc perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:MOZNION
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Yet another Perl source code linter
13
14 BUILD_DEPENDS=  p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords \
15                 p5-Compiler-Lexer>=0.22:${PORTSDIR}/devel/p5-Compiler-Lexer \
16                 p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
17                 p5-List-Flatten>=0:${PORTSDIR}/devel/p5-List-Flatten \
18                 p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils \
19                 p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \
20                 p5-Regexp-Lexer>=0.05:${PORTSDIR}/devel/p5-Regexp-Lexer \
21                 p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils \
22                 p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \
23                 p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
24 RUN_DEPENDS:=   ${BUILD_DEPENDS}
25 TEST_DEPENDS=   p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase
26
27 USES=           perl5
28 USE_PERL5=      modbuildtiny
29
30 .include <bsd.port.pre.mk>
31
32 .if ${PERL_LEVEL} >= 502000
33 TEST_DEPENDS+=  p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
34 .endif
35
36 .include <bsd.port.post.mk>