26fecc81b5
## 1.1.0 - [Make it possible to supply an example object to mimic, with no class.](df2b62c027
) - [Define implicit conversion for to_hash](e20dc472d3
) - [Define implicit conversion for to_int](d32d4ea32a
)
15 lines
323 B
Makefile
15 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/10/04 12:49:29 taca Exp $
|
|
#
|
|
|
|
DISTNAME= naught-1.1.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= tsutsui@NetBSD.org
|
|
HOMEPAGE= https://github.com/avdi/naught
|
|
COMMENT= Ruby toolkit for building Null Objects
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|