mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
87291fe1fd
take MAINTAINER
18 lines
309 B
Makefile
18 lines
309 B
Makefile
COMMENT= recursively merge hashes
|
|
|
|
DISTNAME = deep_merge-1.2.2
|
|
CATEGORIES = devel
|
|
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
MODRUBY_TEST= testrb
|
|
MODRUBY_TEST_TARGET= test/test_deep_merge.rb
|
|
|
|
.include <bsd.port.mk>
|