17 lines
257 B
Makefile
17 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= deep_merge
|
|
PORTVERSION= 1.0.1
|
|
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>
|