* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. == 1.0.4 - 3-Aug-2009 * Fixed a symbol vs string issue for Ruby 1.9.x. == 1.0.3 - 21-Jul-2009 * License changed to Artistic 2.0. * Documentation updates. * Test file renamed to test_facade.rb. * Some Rakefile and gemspec updates * One test modified so that it passes with 1.9.x as well.
12 lines
327 B
Makefile
12 lines
327 B
Makefile
# $NetBSD: Makefile,v 1.2 2010/09/10 05:34:40 taca Exp $
|
|
|
|
DISTNAME= facade-1.0.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubyforge.org/projects/shards
|
|
COMMENT= Module that helps implement the facade pattern
|
|
LICENSE= artistic-2.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|