freebsd-ports/devel/rubygem-murmurhash3/Makefile
Steve Wills 772c17b400 - Remove unneeded RUBY_VER
With hat:	ruby@
2014-01-02 19:47:29 +00:00

17 lines
322 B
Makefile

# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$
PORTNAME= murmurhash3
PORTVERSION= 0.1.3
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
NO_STAGE= yes
.include <bsd.port.mk>