svn commit: r406441 - head/net/rubygem-omniauth-openid

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


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

Log:
  - Add LICENSE_FILE
  
  Sponsored by:	PortsCamp Taiwan

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

Modified: head/net/rubygem-omniauth-openid/Makefile
==============================================================================
--- head/net/rubygem-omniauth-openid/Makefile	Sun Jan 17 13:22:13 2016	(r406440)
+++ head/net/rubygem-omniauth-openid/Makefile	Sun Jan 17 13:22:17 2016	(r406441)
@@ -10,12 +10,12 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	OpenID strategy for OmniAuth
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-omniauth>=1.0:${PORTSDIR}/security/rubygem-omniauth \
 		rubygem-rack-openid>=1.3.1:${PORTSDIR}/www/rubygem-rack-openid
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-all mailing list