Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 23:09:23 +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: r388005 - head/devel/rubygem-file-tail
Message-ID:  <201505302309.t4UN9NLA089186@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May 30 23:09:23 2015
New Revision: 388005
URL: https://svnweb.freebsd.org/changeset/ports/388005

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-file-tail/Makefile

Modified: head/devel/rubygem-file-tail/Makefile
==============================================================================
--- head/devel/rubygem-file-tail/Makefile	Sat May 30 23:09:17 2015	(r388004)
+++ head/devel/rubygem-file-tail/Makefile	Sat May 30 23:09:23 2015	(r388005)
@@ -9,10 +9,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Ruby library that allows Ruby to 'tail' files
 
+LICENSE=	GPLv2
+
 RUN_DEPENDS=	rubygem-tins0>=0.5.0:${PORTSDIR}/devel/rubygem-tins0
 
-USE_RUBY=		yes
-USE_RUBYGEMS=		yes
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>



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