svn commit: r430567 - head/security/rubygem-net-telnet

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 4 15:03:04 UTC 2017


Author: sunpoet
Date: Wed Jan  4 15:03:03 2017
New Revision: 430567
URL: https://svnweb.freebsd.org/changeset/ports/430567

Log:
  Add LICENSE
  
  - Add NO_ARCH

Modified:
  head/security/rubygem-net-telnet/Makefile

Modified: head/security/rubygem-net-telnet/Makefile
==============================================================================
--- head/security/rubygem-net-telnet/Makefile	Wed Jan  4 15:02:58 2017	(r430566)
+++ head/security/rubygem-net-telnet/Makefile	Wed Jan  4 15:03:03 2017	(r430567)
@@ -8,6 +8,11 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Provides telnet client functionality
 
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE_RUBY=	${WRKSRC}/LICENSE.txt
+
+NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list