Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Oct 2015 18:43:11 +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: r398846 - head/devel/rubygem-github_api
Message-ID:  <201510081843.t98IhBbm059708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  8 18:43:11 2015
New Revision: 398846
URL: https://svnweb.freebsd.org/changeset/ports/398846

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-github_api/Makefile

Modified: head/devel/rubygem-github_api/Makefile
==============================================================================
--- head/devel/rubygem-github_api/Makefile	Thu Oct  8 18:43:06 2015	(r398845)
+++ head/devel/rubygem-github_api/Makefile	Thu Oct  8 18:43:11 2015	(r398846)
@@ -10,6 +10,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Wrapper that supports all of the GitHub API v3 methods
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
 		rubygem-descendants_tracker>=0.0.4:${PORTSDIR}/devel/rubygem-descendants_tracker \



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