pkgsrc/misc/ruby-naught/Makefile
taca 26fecc81b5 Update ruby-naught to 1.1.0.
## 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)
2015-10-04 12:49:29 +00:00

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"