aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-CLI-Interact/Makefile
blob: 62503264c81412cf849cc5ae99a14665df1157bc (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
42
43
44
45
# New ports collection makefile for:	p5-Net-CLI-Interact
# Date created:		2011-10-05
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Net-CLI-Interact
PORTVERSION=	1.120.670
CATEGORIES=	net perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Toolkit for CLI Automation

BUILD_DEPENDS=	p5-IO-Tty>=0:${PORTSDIR}/devel/p5-IO-Tty \
		p5-IPC-Run>=0:${PORTSDIR}/devel/p5-IPC-Run \
		p5-Log-Dispatch-Config>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Config \
		p5-Log-Dispatch-Configurator-Any>=0:${PORTSDIR}/devel/p5-Log-Dispatch-Configurator-Any \
		p5-Moose>=2:${PORTSDIR}/devel/p5-Moose \
		p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \
		p5-Path-Class>=0:${PORTSDIR}/devel/p5-Path-Class
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Net::CLI::Interact.3 \
		Net::CLI::Interact::Action.3 \
		Net::CLI::Interact::ActionSet.3 \
		Net::CLI::Interact::Logger.3 \
		Net::CLI::Interact::Manual::Cookbook.3 \
		Net::CLI::Interact::Manual::Phrasebook.3 \
		Net::CLI::Interact::Manual::Tutorial.3 \
		Net::CLI::Interact::Phrasebook.3 \
		Net::CLI::Interact::Role::Engine.3 \
		Net::CLI::Interact::Role::Iterator.3 \
		Net::CLI::Interact::Role::Prompt.3 \
		Net::CLI::Interact::Transport.3 \
		Net::CLI::Interact::Transport::SSH.3 \
		Net::CLI::Interact::Transport::Serial.3 \
		Net::CLI::Interact::Transport::Telnet.3

.include <bsd.port.mk>