freebsd-ports/net-mgmt/p5-GRNOC-TL1/Makefile
Martin Wilke deaef7983f This module supports the ability to retrieve data from several
different models of TL1 devices.  Explictly supported devices
include the following:

* Cisco ONS15327
* Cisco ONS15454
* Cisco ONS15808
* Nortel OME 6500
* Nortel HDXc
* Ciena CoreDirector
* Infinera DTC
* Fujitsu FLASHWAVE 7500

Each specifically supported device has its own
GRNOC::TL1::Device module, which sets the default port and
prompt used for that device.  They also may each export their
own unique commands on top of what is already provided in
GRNOC::TL1::Device.  Raw commands and output can be sent and
received, or output can be parsed via the parse function, or
by calling a function for that device.

WWW: http://www.sourceforge.net/projects/routerproxy

PR:		ports/163027
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-01-28 10:31:31 +00:00

23 lines
602 B
Makefile

# New ports collection makefile for: p5-GRNOC-TL1
# Date created: 03 12 2011
# Whom: Muhammad Moinur Rahman <5u623l20@gmail.com>
#
# $FreeBSD$
#
PORTNAME= GRNOC-TL1
PORTVERSION= 1.2.2
CATEGORIES= net-mgmt perl5
MASTER_SITES= SF/routerproxy/${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Module supports retrieval of data from different models of TL1 devices
PERL_CONFIGURE= yes
BUILD_DEPENDS+= ${SITE_PERL}/Date/Calc.pm:${PORTSDIR}/devel/p5-Date-Calc \
${SITE_PERL}/Net/Telnet.pm:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS+= ${BUILD_DEPENDS}
.include <bsd.port.mk>