aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Telnet-Cisco/Makefile
blob: 966c59bbc8207430c61a1f49119dca042792ab53 (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
# Created by: Michael Lyngbøl <lyngbol@wheel.dk>

PORTNAME=	Net-Telnet-Cisco
PORTVERSION=	1.11
CATEGORIES=	net-mgmt perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lyngbol@wheel.dk
COMMENT=	Perl5 module to telnet to Cisco routers

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

RUN_DEPENDS=	p5-Net-Telnet>=3.02:net/p5-Net-Telnet \
		p5-Term-ReadKey>=2:devel/p5-Term-ReadKey

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>