0bcbe983e9
part of PR pkg/48447 Module to define equality, equivalence and inspection methods.
15 lines
360 B
Makefile
15 lines
360 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/01/17 12:57:28 obache Exp $
|
|
#
|
|
|
|
DISTNAME= equalizer-0.0.9
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/dkubb/equalizer
|
|
COMMENT= Ruby Module to define equality, equivalence and inspection methods
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|