Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Oct 2015 15:53:16 +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: r400298 - head/devel/rubygem-multi_json
Message-ID:  <201510271553.t9RFrGg9058530@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Oct 27 15:53:16 2015
New Revision: 400298
URL: https://svnweb.freebsd.org/changeset/ports/400298

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-multi_json/Makefile

Modified: head/devel/rubygem-multi_json/Makefile
==============================================================================
--- head/devel/rubygem-multi_json/Makefile	Tue Oct 27 15:53:11 2015	(r400297)
+++ head/devel/rubygem-multi_json/Makefile	Tue Oct 27 15:53:16 2015	(r400298)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby library provide swappable JSON backends
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 OPTIONS_DEFINE=	JSON JSON_PURE YAJL_RUBY
 OPTIONS_DEFAULT=JSON_PURE



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