diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-07 16:56:39 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-07 16:56:39 +0000 |
commit | a9734ae6f51fae13005314a6af42918a843ba30c (patch) | |
tree | 54c3df56ca121b0085138327c55f821ac569e040 /net-mgmt/p5-Net-Telnet-Cisco-IOS | |
parent | 77cc9387fb2b37b47ba4a83e83cbf5f45543532f (diff) | |
download | ports-a9734ae6f51fae13005314a6af42918a843ba30c.tar.gz ports-a9734ae6f51fae13005314a6af42918a843ba30c.zip |
Notes
Diffstat (limited to 'net-mgmt/p5-Net-Telnet-Cisco-IOS')
-rw-r--r-- | net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile | 26 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Telnet-Cisco-IOS/distinfo | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-descr | 6 | ||||
-rw-r--r-- | net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist | 9 |
4 files changed, 44 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile new file mode 100644 index 000000000000..74e5c255de70 --- /dev/null +++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/Makefile @@ -0,0 +1,26 @@ +# 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> diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/distinfo b/net-mgmt/p5-Net-Telnet-Cisco-IOS/distinfo new file mode 100644 index 000000000000..38512aac9d3a --- /dev/null +++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Telnet-Cisco-IOS-0.6beta.tar.gz) = b10c7c67dc1187b0ba61633528a082ba +SHA256 (Net-Telnet-Cisco-IOS-0.6beta.tar.gz) = 45047940796f558c1375290543e945c5bbf6c17f559a39b4efd99901e3ffddde +SIZE (Net-Telnet-Cisco-IOS-0.6beta.tar.gz) = 6237 diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-descr b/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-descr new file mode 100644 index 000000000000..281f99b812cf --- /dev/null +++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-descr @@ -0,0 +1,6 @@ +Net::Telnet::Cisco::IOS (NTCI) is an extension of Joshua Kereos's +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/ diff --git a/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist b/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist new file mode 100644 index 000000000000..0ee143f2aa85 --- /dev/null +++ b/net-mgmt/p5-Net-Telnet-Cisco-IOS/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/Net/Telnet/Cisco/IOS.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/IOS/.packlist +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco/IOS +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet/Cisco +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Telnet +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrmtry %%SITE_PERL%%/Net/Telnet/Cisco +@dirrmtry %%SITE_PERL%%/Net/Telnet +@dirrmtry %%SITE_PERL%%/Net |