svn commit: r401433 - head/devel/rubygem-web-console

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 12 21:42:04 UTC 2015


Author: sunpoet
Date: Thu Nov 12 21:42:01 2015
New Revision: 401433
URL: https://svnweb.freebsd.org/changeset/ports/401433

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/rubygem-web-console/Makefile

Modified: head/devel/rubygem-web-console/Makefile
==============================================================================
--- head/devel/rubygem-web-console/Makefile	Thu Nov 12 21:41:57 2015	(r401432)
+++ head/devel/rubygem-web-console/Makefile	Thu Nov 12 21:42:01 2015	(r401433)
@@ -9,6 +9,7 @@ MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Debugging tool for your Ruby on Rails applications
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
 RUN_DEPENDS=	rubygem-activemodel4>=4.0:${PORTSDIR}/databases/rubygem-activemodel4 \
 		rubygem-binding_of_caller>=0.7.2:${PORTSDIR}/devel/rubygem-binding_of_caller \


More information about the svn-ports-all mailing list