18 lines
404 B
Makefile
18 lines
404 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/04 14:02:40 taca Exp $
|
|
#
|
|
|
|
DISTNAME= hashie-1.2.0
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/hashie/hashie1/}
|
|
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"
|