freebsd-ports/net-mgmt/p5-GRNOC-TL1/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

22 lines
525 B
Makefile

# 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>