blob: 97ea83ee5105c0c20396236a12e421092a0c218c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: rubygem-rash
# Date created: May 03, 2011
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rash
PORTVERSION= 0.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= clsung@FreeBSD.org
COMMENT= Simple extension to Hashie::Mash for rubyified keys
RUN_DEPENDS= rubygem-hashie>=1.1.0:${PORTSDIR}/devel/rubygem-hashie
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST=yes
.include <bsd.port.mk>
|