a9734ae6f5
Net::Telnet::Cisco module and provides an easy way to manage and monitor Cisco IOS devices. I'll mention this a lot, but make sure you read up on Net::Telnet::Cisco for a lot of information. WWW: http://search.cpan.org/dist/Net-Telnet-Cisco-IOS/ PR: ports/120349 Submitted by: Tsung-Han Yeh <snowfly at yunteche.du.tw>
26 lines
616 B
Makefile
26 lines
616 B
Makefile
# New ports collection makefile for: p5-Net-Telnet-Cisco-IOS
|
|
# Date created: 2008-02-07
|
|
# Whom: Tsung-Han Yeh <snowfly@yunteche.du.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-Telnet-Cisco-IOS
|
|
PORTVERSION= 0.6
|
|
CATEGORIES= net-mgmt perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Net
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
|
|
|
|
MAINTAINER= snowfly@yunteche.du.tw
|
|
COMMENT= Manage Cisco IOS Devices
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Net/Telnet/Cisco.pm:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::Telnet::Cisco::IOS.3
|
|
|
|
.include <bsd.port.mk>
|