aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-hashie/Makefile
blob: a6c851cf8f8e889d830e26608ecd693d021caaa5 (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

.include <bsd.port.mk>