aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-hashie/Makefile
blob: 38d68db19a22265f335d09d73b34dfbc47ed52b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$

PORTNAME=   hashie
PORTVERSION=    3.4.3
CATEGORIES= devel rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Hashie is a simple collection of useful Hash extensions

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem:autoplist

.include <bsd.port.mk>