Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Sep 2019 19:11:39 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511013 - head/devel/rubygem-buftok
Message-ID:  <201909031911.x83JBdgG047804@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep  3 19:11:38 2019
New Revision: 511013
URL: https://svnweb.freebsd.org/changeset/ports/511013

Log:
  Fix LICENSE
  
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-buftok/Makefile

Modified: head/devel/rubygem-buftok/Makefile
==============================================================================
--- head/devel/rubygem-buftok/Makefile	Tue Sep  3 19:11:33 2019	(r511012)
+++ head/devel/rubygem-buftok/Makefile	Tue Sep  3 19:11:38 2019	(r511013)
@@ -9,10 +9,13 @@ MASTER_SITES=	RG
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Extracts token delimited entities from arbitrary inputs
 
-LICENSE=	MIT
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909031911.x83JBdgG047804>