svn commit: r511013 - head/devel/rubygem-buftok

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 3 19:11:39 UTC 2019


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


More information about the svn-ports-all mailing list