svn commit: r398846 - head/devel/rubygem-github_api

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 8 18:43:13 UTC 2015


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


More information about the svn-ports-all mailing list