Index: head/net-mgmt/p5-Net-SNMP/Makefile =================================================================== --- head/net-mgmt/p5-Net-SNMP/Makefile (revision 479236) +++ head/net-mgmt/p5-Net-SNMP/Makefile (revision 479237) @@ -1,25 +1,30 @@ # Created by: Christopher N. Harrell # $FreeBSD$ PORTNAME= Net-SNMP PORTVERSION= 6.0.1 DISTVERSIONPREFIX= v PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DTOWN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Object oriented interface to SNMP +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + BUILD_DEPENDS= p5-Crypt-DES>=0:security/p5-Crypt-DES \ p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \ p5-Digest-HMAC>=0:security/p5-Digest-HMAC RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFLICTS= p5-Net-SNMP3-[0-9]* +NO_ARCH= yes .include Index: head/net-mgmt/p5-Net-SNMP/pkg-descr =================================================================== --- head/net-mgmt/p5-Net-SNMP/pkg-descr (revision 479236) +++ head/net-mgmt/p5-Net-SNMP/pkg-descr (revision 479237) @@ -1,7 +1,9 @@ The Net::SNMP module implements an object oriented interface to the Simple Network Management Protocol. Perl applications can use the module to retrieve or update information on a remote host using the SNMP protocol. The module supports SNMP version-1, SNMP version-2c (Community-Based SNMPv2), and SNMP version-3. The Net::SNMP module assumes that the user has a basic understanding of the Simple Network Management Protocol and related network management concepts. + +WWW: https://metacpan.org/release/Net-SNMP