opnsense-ports/devel/rubygem-murmurhash3/Makefile
Franco Fichtner 63f445f3a6 */*: sync with upstream
Taken from: FreeBSD
2015-08-24 08:33:14 +02:00

16 lines
308 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= murmurhash3
PORTVERSION= 0.1.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= vg@FreeBSD.org
COMMENT= Implementation of murmur3 hashing function
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>