blob: 8d2b4a0137e87e1246f6ef2f697e23ea82096aab (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com>
# $FreeBSD$
PORTNAME= GRNOC-TL1
PORTVERSION= 1.3.10
PORTREVISION= 1
CATEGORIES= net-mgmt perl5
MASTER_SITES= SF/routerproxy/${PORTNAME}
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Retrieve data from different models of TL1 devices
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Date-Calc>0:devel/p5-Date-Calc \
p5-Net-SSH-Expect>0:net/p5-Net-SSH-Expect \
p5-Net-Telnet>0:net/p5-Net-Telnet
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
|