Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 13:15:54 +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: r399458 - head/net/rubygem-fog-radosgw
Message-ID:  <201510161315.t9GDFstl029803@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Oct 16 13:15:54 2015
New Revision: 399458
URL: https://svnweb.freebsd.org/changeset/ports/399458

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/net/rubygem-fog-radosgw/Makefile

Modified: head/net/rubygem-fog-radosgw/Makefile
==============================================================================
--- head/net/rubygem-fog-radosgw/Makefile	Fri Oct 16 13:15:50 2015	(r399457)
+++ head/net/rubygem-fog-radosgw/Makefile	Fri Oct 16 13:15:54 2015	(r399458)
@@ -10,11 +10,13 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Fog backend for provisioning users on Ceph Radosgw
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-fog-core>=1.21.0:${PORTSDIR}/devel/rubygem-fog-core \
 		rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
 		rubygem-fog-xml>=0.0.1:${PORTSDIR}/textproc/rubygem-fog-xml
 
+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?201510161315.t9GDFstl029803>