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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Simple collection of useful Hash extensions
WWW=		https://github.com/hashie/hashie

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>