diff options
author | danfe <danfe@FreeBSD.org> | 2014-06-03 12:25:38 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-06-03 12:25:38 +0800 |
commit | 97a5af1025fc80914f511d32ffa4dc6a704d0637 (patch) | |
tree | d46d25490b1aa4b4514b055e437e07fe8ff224bb /net-mgmt | |
parent | 6b24d47a0459c3fe81915ff8c1ea5cc3865d7b9d (diff) | |
download | freebsd-ports-gnome-97a5af1025fc80914f511d32ffa4dc6a704d0637.tar.gz freebsd-ports-gnome-97a5af1025fc80914f511d32ffa4dc6a704d0637.tar.zst freebsd-ports-gnome-97a5af1025fc80914f511d32ffa4dc6a704d0637.zip |
Add LICENSE (GPLv2) and bump port revision for the previous commit.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nedi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |