pkgsrc/misc/ruby-transaction-simple/Makefile
taca 77b34e71f3 Update ruby-transaction-simple to 1.4.0.2.
== 1.4.0.2 / 2012-06-20
* Bookkeeping release that fixes install in scenarios where the RubyGem
  indicated it had a runtime dependency on hoe. Thanks to Michael Grosser
  (https://github.com/grosser) for the inspiration.
* Marked all files as UTF-8.

== 1.4.0.1 / 2007-10-01
* Fixed a simple bug with the #transaction method handling.
2012-09-16 06:47:39 +00:00

12 lines
347 B
Makefile

# $NetBSD: Makefile,v 1.5 2012/09/16 06:47:39 taca Exp $
DISTNAME= transaction-simple-1.4.0.2
CATEGORIES= misc
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rubyforge.org/projects/trans-simple/
COMMENT= Mixin library for adding transaction support to objects
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"