svn commit: r387228 - head/textproc/rubygem-rmmseg-cpp

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 24 00:07:12 UTC 2015


Author: sunpoet
Date: Sun May 24 00:07:11 2015
New Revision: 387228
URL: https://svnweb.freebsd.org/changeset/ports/387228

Log:
  - Add LICENSE

Modified:
  head/textproc/rubygem-rmmseg-cpp/Makefile

Modified: head/textproc/rubygem-rmmseg-cpp/Makefile
==============================================================================
--- head/textproc/rubygem-rmmseg-cpp/Makefile	Sun May 24 00:07:06 2015	(r387227)
+++ head/textproc/rubygem-rmmseg-cpp/Makefile	Sun May 24 00:07:11 2015	(r387228)
@@ -9,9 +9,11 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	High performance Chinese word segmentation utility
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 PLIST_FILES=	bin/rmmseg
 


More information about the svn-ports-head mailing list