Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:34:27 +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: r410384 - head/security/rubygem-jugyo-twitter_oauth
Message-ID:  <201603060634.u266YRl6057326@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar  6 06:34:26 2016
New Revision: 410384
URL: https://svnweb.freebsd.org/changeset/ports/410384

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/security/rubygem-jugyo-twitter_oauth/Makefile

Modified: head/security/rubygem-jugyo-twitter_oauth/Makefile
==============================================================================
--- head/security/rubygem-jugyo-twitter_oauth/Makefile	Sun Mar  6 06:34:22 2016	(r410383)
+++ head/security/rubygem-jugyo-twitter_oauth/Makefile	Sun Mar  6 06:34:26 2016	(r410384)
@@ -10,13 +10,13 @@ MAINTAINER=	meta+ports@vmeta.jp
 COMMENT=	Fork of Twitter OAuth REST API client library for Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-json>=1.1.9:${PORTSDIR}/devel/rubygem-json \
 		rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
 		rubygem-oauth>=0.4.1:${PORTSDIR}/net/rubygem-oauth
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 GEM_NAME=	${PORTNAME}-${DISTVERSION}



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