From a4eb231d9e019fa99892798566eee6d89670476b Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Tue, 3 Jun 2014 04:25:38 +0000 Subject: [PATCH] Add LICENSE (GPLv2) and bump port revision for the previous commit. --- net-mgmt/nedi/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/nedi/Makefile b/net-mgmt/nedi/Makefile index 306a9b5488cb..ea0f7210e120 100644 --- a/net-mgmt/nedi/Makefile +++ b/net-mgmt/nedi/Makefile @@ -3,13 +3,15 @@ PORTNAME= nedi DISTVERSION= 1.0.w -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/w MAINTAINER= ports@FreeBSD.org COMMENT= Network discovery and monitoring tool +LICENSE= GPLv2 + RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-Net-Telnet-Cisco>=0:${PORTSDIR}/net-mgmt/p5-Telnet-Cisco \ p5-Algorithm-Diff>=0:${PORTSDIR}/devel/p5-Algorithm-Diff \