Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 17:10:18 +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: r398519 - head/devel/rubygem-shoulda
Message-ID:  <201510031710.t93HAI2w012453@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Oct  3 17:10:18 2015
New Revision: 398519
URL: https://svnweb.freebsd.org/changeset/ports/398519

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-shoulda/Makefile

Modified: head/devel/rubygem-shoulda/Makefile
==============================================================================
--- head/devel/rubygem-shoulda/Makefile	Sat Oct  3 17:10:13 2015	(r398518)
+++ head/devel/rubygem-shoulda/Makefile	Sat Oct  3 17:10:18 2015	(r398519)
@@ -9,12 +9,12 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Making tests easy on the fingers and eyes
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-shoulda-context>=1.0.1:${PORTSDIR}/devel/rubygem-shoulda-context \
 		rubygem-shoulda-matchers>=1.4.1:${PORTSDIR}/devel/rubygem-shoulda-matchers
 
 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?201510031710.t93HAI2w012453>