svn commit: r388005 - head/devel/rubygem-file-tail

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 30 23:09:24 UTC 2015


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 at 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>


More information about the svn-ports-all mailing list