svn commit: r400298 - head/devel/rubygem-multi_json

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 27 15:53:18 UTC 2015


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


More information about the svn-ports-head mailing list