* Add the frozen string literal pragma for ruby 2.3.0. * Add a benchmark for basic performance of memoised methods * Add a hit counter... 90s style * Use SVG badge over PNG * Ensure we don't load uninitialized variables in the test * Avoid overwriting the memoized_methods helper
12 lines
324 B
Makefile
12 lines
324 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/11/01 16:50:31 taca Exp $
|
|
|
|
DISTNAME= memoist-0.15.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/matthewrudy/memoist
|
|
COMMENT= Replacement of memoizable, memoize methods invocation
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|