svn commit: r399459 - head/net/rubygem-fog-riakcs

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Oct 16 13:16:00 UTC 2015


Author: sunpoet
Date: Fri Oct 16 13:15:59 2015
New Revision: 399459
URL: https://svnweb.freebsd.org/changeset/ports/399459

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

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

Modified: head/net/rubygem-fog-riakcs/Makefile
==============================================================================
--- head/net/rubygem-fog-riakcs/Makefile	Fri Oct 16 13:15:54 2015	(r399458)
+++ head/net/rubygem-fog-riakcs/Makefile	Fri Oct 16 13:15:59 2015	(r399459)
@@ -10,11 +10,13 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Module for the 'fog' gem to support RiakCS
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 RUN_DEPENDS=	rubygem-fog-core>=0:${PORTSDIR}/devel/rubygem-fog-core \
 		rubygem-fog-json>=0:${PORTSDIR}/devel/rubygem-fog-json \
 		rubygem-fog-xml>=0:${PORTSDIR}/textproc/rubygem-fog-xml
 
+NO_ARCH=	yes
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-head mailing list