svn commit: r406440 - head/net/rubygem-omniauth-oauth

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jan 17 13:22:14 UTC 2016


Author: sunpoet
Date: Sun Jan 17 13:22:13 2016
New Revision: 406440
URL: https://svnweb.freebsd.org/changeset/ports/406440

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

Modified:
  head/net/rubygem-omniauth-oauth/Makefile

Modified: head/net/rubygem-omniauth-oauth/Makefile
==============================================================================
--- head/net/rubygem-omniauth-oauth/Makefile	Sun Jan 17 13:22:08 2016	(r406439)
+++ head/net/rubygem-omniauth-oauth/Makefile	Sun Jan 17 13:22:13 2016	(r406440)
@@ -9,12 +9,12 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Generic OAuth strategy for OmniAuth
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-oauth>=0:${PORTSDIR}/net/rubygem-oauth \
 		rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list