2011-05-03 07:54:53 +02:00
|
|
|
# New ports collection makefile for: rubygem-rash
|
|
|
|
# Date created: May 03, 2011
|
|
|
|
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rash
|
2011-12-19 06:46:34 +01:00
|
|
|
PORTVERSION= 0.3.2
|
2011-05-03 07:54:53 +02:00
|
|
|
CATEGORIES= devel rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
2012-07-25 13:24:09 +02:00
|
|
|
COMMENT= Simple extension to Hashie::Mash for rubyfied keys
|
2011-05-03 07:54:53 +02:00
|
|
|
|
2011-12-19 06:46:34 +01:00
|
|
|
RUN_DEPENDS= rubygem-hashie>=1.2.0:${PORTSDIR}/devel/rubygem-hashie
|
2011-05-03 07:54:53 +02:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
USE_RUBYGEMS= yes
|
|
|
|
RUBYGEM_AUTOPLIST=yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|