freebsd-ports/devel/rubygem-rash/Makefile
Philip M. Gollucci 19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00

23 lines
495 B
Makefile

# 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>