082b925ace
- Add LICENSE_FILE Changes: https://github.com/funny-falcon/murmurhash3-ruby/commits/master
15 lines
304 B
Makefile
15 lines
304 B
Makefile
PORTNAME= murmurhash3
|
|
PORTVERSION= 0.1.7
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Implementation of murmur3 hashing function
|
|
WWW= https://github.com/funny-falcon/murmurhash3-ruby
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|