diff options
author | yuri <yuri@FreeBSD.org> | 2018-02-12 12:54:25 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-02-12 12:54:25 +0800 |
commit | 5101cbf3422e78aa29eca50bc1616819fea9bf27 (patch) | |
tree | 462fef87ac83f7d2f970c7e27c58c335d52b8159 /net-mgmt | |
parent | 5ec66021a7c5ea19b0ca95bab15877e07dc3c898 (diff) | |
download | freebsd-ports-gnome-5101cbf3422e78aa29eca50bc1616819fea9bf27.tar.gz freebsd-ports-gnome-5101cbf3422e78aa29eca50bc1616819fea9bf27.tar.zst freebsd-ports-gnome-5101cbf3422e78aa29eca50bc1616819fea9bf27.zip |
net-mgmt/snmp++: Added LICENSE; Updated WWW URL
PR: 207767
Submitted by: rodrigo
Approved by: timeout expired, tcberner (mentor, implicit)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/snmp++/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/snmp++/pkg-descr | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/snmp++/Makefile b/net-mgmt/snmp++/Makefile index 33dfe0931ce6..7e2be2e99ee3 100644 --- a/net-mgmt/snmp++/Makefile +++ b/net-mgmt/snmp++/Makefile @@ -10,6 +10,8 @@ DISTNAME= ${PORTNAME}v${PORTVERSION} MAINTAINER= nicolai@petri.dk COMMENT= SNMP C++ library with V3 support +LICENSE= BSD3CLAUSE + MAKEFILE= Makefile.FreeBSD WRKSRC= ${WRKDIR}/${PORTNAME}/src diff --git a/net-mgmt/snmp++/pkg-descr b/net-mgmt/snmp++/pkg-descr index 7a094786a72d..8b4e7e586b7c 100644 --- a/net-mgmt/snmp++/pkg-descr +++ b/net-mgmt/snmp++/pkg-descr @@ -13,4 +13,4 @@ SNMP++v3.x extends the original SNMP++v2.8 by the following: # Thread-safety # Bug-fixes -WWW: http://www.agentpp.com/snmp_pp3_x/snmp_pp3_x.html +WWW: https://www.agentpp.com/api/cpp/snmp_pp.html |