diff options
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 |