Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2014 16:24:55 +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: r366424 - head/devel/rubygem-pry
Message-ID:  <201408281624.s7SGOtY0029942@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Aug 28 16:24:55 2014
New Revision: 366424
URL: http://svnweb.freebsd.org/changeset/ports/366424
QAT: https://qat.redports.org/buildarchive/r366424/

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-pry/Makefile

Modified: head/devel/rubygem-pry/Makefile
==============================================================================
--- head/devel/rubygem-pry/Makefile	Thu Aug 28 16:24:50 2014	(r366423)
+++ head/devel/rubygem-pry/Makefile	Thu Aug 28 16:24:55 2014	(r366424)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	IRB alternative and runtime developer console
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	rubygem-rdoc>=3.12:${PORTSDIR}/devel/rubygem-rdoc
 RUN_DEPENDS=	rubygem-coderay>=1.1.0:${PORTSDIR}/textproc/rubygem-coderay \
 		rubygem-method_source>=0.8.1:${PORTSDIR}/devel/rubygem-method_source \
@@ -18,6 +20,7 @@ USE_RUBY=	yes
 USE_RAKE=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/pry
 
 .include <bsd.port.mk>



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