aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-xxhash/Makefile
blob: 6642f7df411d06055a1c3b6866156010bf35cde5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	xxhash
PORTVERSION=	0.7.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby wrapper for xxHash lib
WWW=		https://github.com/nashby/xxhash

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

USES=		gem

.include <bsd.port.mk>