mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
ceece9caed
This is a deep_merge Ruby Gem that is used to recursively merge hashes, working with Ruby 1.9 and ActiveSupport. WWW: http://rubygems.org/gems/deep_merge PR: ports/184722 Submitted by: Bartek Rutkowski <ports robakdesign.com>
18 lines
257 B
Makefile
18 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= deep_merge
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ports@robakdesign.com
|
|
COMMENT= Recursive hash merger
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|