svn commit: r468681 - head/net/p5-Net-Telnet

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Apr 30 09:03:53 UTC 2018


Author: amdmi3
Date: Mon Apr 30 09:03:52 2018
New Revision: 468681
URL: https://svnweb.freebsd.org/changeset/ports/468681

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/net/p5-Net-Telnet/Makefile

Modified: head/net/p5-Net-Telnet/Makefile
==============================================================================
--- head/net/p5-Net-Telnet/Makefile	Mon Apr 30 09:03:08 2018	(r468680)
+++ head/net/p5-Net-Telnet/Makefile	Mon Apr 30 09:03:52 2018	(r468681)
@@ -10,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl5 module to access and use telnet protocol
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list