Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Mar 2016 06:30:11 +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: r410346 - head/devel/rubygem-axiom-types
Message-ID:  <201603060630.u266UB9u050222@repo.freebsd.org>

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

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-axiom-types/Makefile

Modified: head/devel/rubygem-axiom-types/Makefile
==============================================================================
--- head/devel/rubygem-axiom-types/Makefile	Sun Mar  6 06:30:06 2016	(r410345)
+++ head/devel/rubygem-axiom-types/Makefile	Sun Mar  6 06:30:10 2016	(r410346)
@@ -10,13 +10,13 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Abstract types for logic programming in Ruby
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-descendants_tracker>=0.0.4:${PORTSDIR}/devel/rubygem-descendants_tracker \
 		rubygem-ice_nine>=0.11.0:${PORTSDIR}/devel/rubygem-ice_nine \
 		rubygem-thread_safe>=0.3.1:${PORTSDIR}/devel/rubygem-thread_safe
 
 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?201603060630.u266UB9u050222>