svn commit: r462813 - head/devel/rubygem-murmurhash3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 24 13:38:03 UTC 2018


Author: sunpoet
Date: Sat Feb 24 13:38:02 2018
New Revision: 462813
URL: https://svnweb.freebsd.org/changeset/ports/462813

Log:
  Add LICENSE

Modified:
  head/devel/rubygem-murmurhash3/Makefile

Modified: head/devel/rubygem-murmurhash3/Makefile
==============================================================================
--- head/devel/rubygem-murmurhash3/Makefile	Sat Feb 24 13:37:57 2018	(r462812)
+++ head/devel/rubygem-murmurhash3/Makefile	Sat Feb 24 13:38:02 2018	(r462813)
@@ -9,6 +9,8 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Implementation of murmur3 hashing function
 
+LICENSE=	MIT
+
 USE_RUBY=	yes
 USES=		gem
 


More information about the svn-ports-head mailing list