Tweak devel/p5-MooseX-Getopt version 0.56
[dports.git] / devel / p5-MooseX-Getopt / Makefile
1 # Created by: Lars Balker Rasmussen <lbr@FreeBSD.org>
2 # $FreeBSD: devel/p5-MooseX-Getopt/Makefile 324174 2013-08-02 18:52:07Z mat $
3
4 PORTNAME=       MooseX-Getopt
5 PORTVERSION=    0.56
6 CATEGORIES=     devel perl5
7 MASTER_SITES=   CPAN
8 MASTER_SITE_SUBDIR=     CPAN:ETHER
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Moose role for processing command line options
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Getopt-Long-Descriptive>=0.081:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
18                 p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose \
19                 p5-MooseX-Role-Parameterized>=0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21 TEST_DEPENDS=   p5-MooseX-ConfigFromFile>=0:${PORTSDIR}/devel/p5-MooseX-ConfigFromFile \
22                 p5-MooseX-SimpleConfig>=0.07:${PORTSDIR}/devel/p5-MooseX-SimpleConfig \
23                 p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
24                 p5-Test-CheckDeps>=0:${PORTSDIR}/devel/p5-Test-CheckDeps \
25                 p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal \
26                 p5-Test-Requires>=0.05:${PORTSDIR}/devel/p5-Test-Requires \
27                 p5-Test-Trap>=0:${PORTSDIR}/devel/p5-Test-Trap \
28                 p5-Test-Warn>=0.21:${PORTSDIR}/devel/p5-Test-Warn \
29                 p5-Path-Tiny>=0:${PORTSDIR}/devel/p5-Path-Tiny
30
31 USES=           perl5
32 USE_PERL5=      configure
33
34 MAN3=   MooseX::Getopt.3 \
35         MooseX::Getopt::Basic.3 \
36         MooseX::Getopt::Dashes.3 \
37         MooseX::Getopt::GLD.3 \
38         MooseX::Getopt::Meta::Attribute.3 \
39         MooseX::Getopt::Meta::Attribute::NoGetopt.3 \
40         MooseX::Getopt::Meta::Attribute::Trait.3 \
41         MooseX::Getopt::Meta::Attribute::Trait::NoGetopt.3 \
42         MooseX::Getopt::OptionTypeMap.3 \
43         MooseX::Getopt::ProcessedArgv.3 \
44         MooseX::Getopt::Strict.3
45
46 .include <bsd.port.mk>