Date: Sat, 8 Sep 2018 09:08:19 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479237 - head/net-mgmt/p5-Net-SNMP Message-ID: <201809080908.w8898JL7033791@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Sep 8 09:08:18 2018 New Revision: 479237 URL: https://svnweb.freebsd.org/changeset/ports/479237 Log: - Add LICENSE - Add NO_ARCH - Add WWW Approved by: portmgr blanket Modified: head/net-mgmt/p5-Net-SNMP/Makefile head/net-mgmt/p5-Net-SNMP/pkg-descr Modified: head/net-mgmt/p5-Net-SNMP/Makefile ============================================================================== --- head/net-mgmt/p5-Net-SNMP/Makefile Sat Sep 8 09:04:29 2018 (r479236) +++ head/net-mgmt/p5-Net-SNMP/Makefile Sat Sep 8 09:08:18 2018 (r479237) @@ -13,6 +13,10 @@ 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 @@ -21,5 +25,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure CONFLICTS= p5-Net-SNMP3-[0-9]* +NO_ARCH= yes .include <bsd.port.mk> Modified: head/net-mgmt/p5-Net-SNMP/pkg-descr ============================================================================== --- head/net-mgmt/p5-Net-SNMP/pkg-descr Sat Sep 8 09:04:29 2018 (r479236) +++ head/net-mgmt/p5-Net-SNMP/pkg-descr Sat Sep 8 09:08:18 2018 (r479237) @@ -5,3 +5,5 @@ SNMP protocol. The module supports SNMP version-1, SNM (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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809080908.w8898JL7033791>