aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-App-Cmd/Makefile
blob: 2a6ac02808e048380edaaafe800cf2692b649e36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Created by: George Hartzell <hartzell@alerce.com>
# $FreeBSD$

PORTNAME=	App-Cmd
PORTVERSION=	0.320
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	App::Cmd - Write command line apps with less suffering

BUILD_DEPENDS=	p5-Capture-Tiny>=0.13:${PORTSDIR}/devel/p5-Capture-Tiny \
		p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
		p5-Getopt-Long-Descriptive>=0.084:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
		p5-IO-TieCombine>=0:${PORTSDIR}/devel/p5-IO-TieCombine \
		p5-String-RewritePrefix>=0:${PORTSDIR}/textproc/p5-String-RewritePrefix \
		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
		p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal

USES=		perl5
USE_PERL5=	configure

MAN3=		App::Cmd.3 \
		App::Cmd::ArgProcessor.3 \
		App::Cmd::Command.3 \
		App::Cmd::Command::commands.3 \
		App::Cmd::Command::help.3 \
		App::Cmd::Plugin.3 \
		App::Cmd::Setup.3 \
		App::Cmd::Simple.3 \
		App::Cmd::Subdispatch.3 \
		App::Cmd::Subdispatch::DashedStyle.3 \
		App::Cmd::Tester.3 \
		App::Cmd::Tester::CaptureExternal.3 \
		App::Cmd::Tutorial.3 \

NO_STAGE=	yes
.include <bsd.port.mk>