pkgsrc/devel/ruby-hashery/Makefile
taca 8f7455bbff Update ruby-hashery to 2.1.1.
## 2.1.1 / 2013-08-21

This minor release clarifies the licensing. The entire library is now
distributed under the BSD-2-Clause license, also known as the FreeBSD
license. In addition this release provides a bug fix for flattening
arrays that contain an OpenCascade object.

Changes:

* Clarify licensing.
* Fix #flatten on Arrays that contain an OpenCascade.
2013-09-15 10:02:36 +00:00

14 lines
355 B
Makefile

# $NetBSD: Makefile,v 1.3 2013/09/15 10:02:36 taca Exp $
DISTNAME= hashery-2.1.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyworks.github.com/hashery
COMMENT= Facets-bread collection of Hash-like classes
LICENSE= mit
OVERRIDE_GEMSPEC= :require_paths alt=
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"