svn commit: r366424 - head/devel/rubygem-pry
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Aug 28 16:24:56 UTC 2014
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 at 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>
More information about the svn-ports-all
mailing list