svn commit: r387834 - head/devel/rubygem-thor

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri May 29 11:17:09 UTC 2015


Author: sunpoet
Date: Fri May 29 11:17:08 2015
New Revision: 387834
URL: https://svnweb.freebsd.org/changeset/ports/387834

Log:
  - Add LICENSE

Modified:
  head/devel/rubygem-thor/Makefile

Modified: head/devel/rubygem-thor/Makefile
==============================================================================
--- head/devel/rubygem-thor/Makefile	Fri May 29 11:17:03 2015	(r387833)
+++ head/devel/rubygem-thor/Makefile	Fri May 29 11:17:08 2015	(r387834)
@@ -8,9 +8,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Scripting framework that replaces rake, sake, and rubigen
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+
 PLIST_FILES=	bin/thor
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list