aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-hashery/Makefile
blob: cf02cbaffd63eb2445263ea872e6455f3f850c33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	hashery
PORTVERSION=	2.1.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Tight collection of Hash-like classes
WWW=		https://rubyworks.github.io/hashery/

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

NO_ARCH=	yes
USES=		gem

.include <bsd.port.mk>