blob: 4e182ed5240e791a2f5494dd4ba98f106256a2fb (
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
|
# 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+= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc \
p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet
RUN_DEPENDS+= ${BUILD_DEPENDS}
.include <bsd.port.mk>
|