18 lines
346 B
Makefile
18 lines
346 B
Makefile
|
# $NetBSD: Makefile,v 1.1 2013/05/09 15:53:32 mef Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= hashie-1.2.0
|
||
|
CATEGORIES= misc
|
||
|
|
||
|
MAINTAINER= tsutsui@NetBSD.org
|
||
|
HOMEPAGE= https://github.com/intridea/hashie
|
||
|
COMMENT= Small collection of tools that make hashes more powerful
|
||
|
|
||
|
|
||
|
LICENSE= mit
|
||
|
|
||
|
USE_LANGUAGES= # none
|
||
|
|
||
|
.include "../../lang/ruby/gem.mk"
|
||
|
.include "../../mk/bsd.pkg.mk"
|