Update textproc/p5-Perl-Lint to version 0.23_1
[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.23
6 PORTREVISION=   1
7 CATEGORIES=     textproc perl5
8 MASTER_SITES=   CPAN
9 MASTER_SITE_SUBDIR=     CPAN:MOZNION
10 PKGNAMEPREFIX=  p5-
11
12 MAINTAINER=     perl@FreeBSD.org
13 COMMENT=        Yet another Perl source code linter
14
15 LICENSE=        ART10 GPLv1
16 LICENSE_COMB=   dual
17
18 BUILD_DEPENDS=  p5-B-Keywords>=0:${PORTSDIR}/devel/p5-B-Keywords \
19                 p5-Compiler-Lexer>=0.22:${PORTSDIR}/devel/p5-Compiler-Lexer \
20                 p5-Email-Address>=0:${PORTSDIR}/mail/p5-Email-Address \
21                 p5-List-Flatten>=0:${PORTSDIR}/devel/p5-List-Flatten \
22                 p5-List-MoreUtils>=0.33:${PORTSDIR}/lang/p5-List-MoreUtils \
23                 p5-Path-Tiny>=0.068:${PORTSDIR}/devel/p5-Path-Tiny \
24                 p5-Regexp-Lexer>=0.05:${PORTSDIR}/devel/p5-Regexp-Lexer \
25                 p5-Scalar-List-Utils>=1.41:${PORTSDIR}/lang/p5-Scalar-List-Utils \
26                 p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \
27                 p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
28 RUN_DEPENDS:=   ${BUILD_DEPENDS}
29 TEST_DEPENDS=   p5-Text-TestBase>=0:${PORTSDIR}/textproc/p5-Text-TestBase
30
31 USES=           perl5
32 USE_PERL5=      modbuildtiny
33
34 .include <bsd.port.pre.mk>
35
36 .if ${PERL_LEVEL} >= 502000
37 BUILD_DEPENDS+= p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
38 RUN_DEPENDS+=   p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable
39 .endif
40
41 .include <bsd.port.post.mk>