svn commit: r479237 - head/net-mgmt/p5-Net-SNMP

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Sep 8 09:08:20 UTC 2018


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 at 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


More information about the svn-ports-head mailing list