Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2017 16:41:24 +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: r448564 - head/devel/rubygem-virtus
Message-ID:  <201708221641.v7MGfORu094895@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Aug 22 16:41:24 2017
New Revision: 448564
URL: https://svnweb.freebsd.org/changeset/ports/448564

Log:
  Add LICENSE_FILE

Modified:
  head/devel/rubygem-virtus/Makefile

Modified: head/devel/rubygem-virtus/Makefile
==============================================================================
--- head/devel/rubygem-virtus/Makefile	Tue Aug 22 16:41:19 2017	(r448563)
+++ head/devel/rubygem-virtus/Makefile	Tue Aug 22 16:41:24 2017	(r448564)
@@ -9,6 +9,7 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Attributes on Steroids for Plain Old Ruby Objects
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-axiom-types>=0.1:devel/rubygem-axiom-types \
 		rubygem-coercible>=1.0:devel/rubygem-coercible \
@@ -16,7 +17,6 @@ RUN_DEPENDS=	rubygem-axiom-types>=0.1:devel/rubygem-ax
 		rubygem-equalizer>=0.0.9:devel/rubygem-equalizer
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708221641.v7MGfORu094895>