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

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

Log:
  - Add LICENSE_FILE

Modified:
  head/security/rubygem-twitter_oauth/Makefile

Modified: head/security/rubygem-twitter_oauth/Makefile
==============================================================================
--- head/security/rubygem-twitter_oauth/Makefile	Sun Mar  6 06:34:26 2016	(r410384)
+++ head/security/rubygem-twitter_oauth/Makefile	Sun Mar  6 06:34:30 2016	(r410385)
@@ -10,13 +10,13 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Twitter OAuth REST API client library for Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-json>=1.8.0:${PORTSDIR}/devel/rubygem-json \
 		rubygem-mime-types>=1.16:${PORTSDIR}/misc/rubygem-mime-types \
 		rubygem-oauth>=0.4.7:${PORTSDIR}/net/rubygem-oauth
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes



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