aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-hashie2/Makefile
blob: e4268b97f77cd9cf2608a079bfa97217b10b0479 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=   hashie
PORTVERSION=    2.1.2
CATEGORIES= devel rubygems
MASTER_SITES=   RG
PKGNAMESUFFIX=  2

MAINTAINER= renchap@cocoa-x.com
COMMENT=    Hashie is a simple collection of useful Hash extensions

LICENSE=    MIT

NO_ARCH=    yes

USE_RUBY=   yes
USES=       gem:autoplist

PORTSCOUT=  limit:^2\.

.include <bsd.port.mk>