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

(-)p5-App-Cmd/Makefile (-5 / +7 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	App-Cmd
8
PORTNAME=	App-Cmd
9
PORTVERSION=	0.304
9
PORTVERSION=	0.307
10
PORTREVISION=	1
11
CATEGORIES=	devel perl5
10
CATEGORIES=	devel perl5
12
MASTER_SITES=	CPAN
11
MASTER_SITES=	CPAN
13
PKGNAMEPREFIX=	p5-
12
PKGNAMEPREFIX=	p5-
Lines 16-25 Link Here
16
COMMENT=	App::Cmd - Write command line apps with less suffering
15
COMMENT=	App::Cmd - Write command line apps with less suffering
17
16
18
BUILD_DEPENDS=	\
17
BUILD_DEPENDS=	\
19
		p5-Getopt-Long-Descriptive>=0.06:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
18
		p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
20
		p5-Sub-Exporter>=0.975:${PORTSDIR}/devel/p5-Sub-Exporter \
19
		p5-Sub-Exporter>=0.975:${PORTSDIR}/devel/p5-Sub-Exporter \
21
		p5-IO-TieCombine>=0:${PORTSDIR}/devel/p5-IO-TieCombine \
20
		p5-IO-TieCombine>=1.000:${PORTSDIR}/devel/p5-IO-TieCombine \
22
		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install
21
		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
22
		p5-Module-Pluggable>=0:${PORTSDIR}/devel/p5-Module-Pluggable \
23
		p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix
23
RUN_DEPENDS=	${BUILD_DEPENDS}
24
RUN_DEPENDS=	${BUILD_DEPENDS}
24
25
25
PERL_CONFIGURE=	yes
26
PERL_CONFIGURE=	yes
Lines 31-36 Link Here
31
	App::Cmd::Subdispatch::DashedStyle.3 \
32
	App::Cmd::Subdispatch::DashedStyle.3 \
32
	App::Cmd::Command::help.3 \
33
	App::Cmd::Command::help.3 \
33
	App::Cmd::Tutorial.3 \
34
	App::Cmd::Tutorial.3 \
35
	App::Cmd::Setup.3 \
34
	App::Cmd::Simple.3 \
36
	App::Cmd::Simple.3 \
35
	App::Cmd::ArgProcessor.3 \
37
	App::Cmd::ArgProcessor.3 \
36
	App::Cmd::Command::commands.3
38
	App::Cmd::Command::commands.3
(-)p5-App-Cmd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (App-Cmd-0.304.tar.gz) = 5bfd119ab209b89a404bd10637d5e9e8
1
MD5 (App-Cmd-0.307.tar.gz) = 887d54e6d30a8180f4b030c933feb572
2
SHA256 (App-Cmd-0.304.tar.gz) = 9a42652571c47c5c8cc17c35808cda660454b22e5e3e39ca5000ee6e9b2b3641
2
SHA256 (App-Cmd-0.307.tar.gz) = 2b9a063a2efe2d0ae2642306ab865daac8f01ebd43cc6fa4156e8a7d4a59039d
3
SIZE (App-Cmd-0.304.tar.gz) = 40622
3
SIZE (App-Cmd-0.307.tar.gz) = 42644

Return to bug 149362