Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Dec 2013 18:49:44 +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: r336199 - head/devel/rubygem-virtus
Message-ID:  <201312111849.rBBIniJC098604@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 11 18:49:44 2013
New Revision: 336199
URL: http://svnweb.freebsd.org/changeset/ports/336199

Log:
  - Add LICENSE
  - Remove contiguous blank lines

Modified:
  head/devel/rubygem-virtus/Makefile

Modified: head/devel/rubygem-virtus/Makefile
==============================================================================
--- head/devel/rubygem-virtus/Makefile	Wed Dec 11 18:49:39 2013	(r336198)
+++ head/devel/rubygem-virtus/Makefile	Wed Dec 11 18:49:44 2013	(r336199)
@@ -8,6 +8,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Attributes on Steroids for Plain Old Ruby Objects
 
+LICENSE=	MIT
+
 RUN_DEPENDS=	rubygem-backports>=3.3:${PORTSDIR}/devel/rubygem-backports \
 		rubygem-descendants_tracker>=0.0.1:${PORTSDIR}/devel/rubygem-descendants_tracker
 
@@ -15,5 +17,4 @@ 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?201312111849.rBBIniJC098604>