A framework to allow Ruby applications to generate file/folder stubs (like the rails command does for Ruby on Rails, and the `script/generate' command within a Rails application during development).
15 lines
388 B
Makefile
15 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:16:28 jlam Exp $
|
|
|
|
DISTNAME= rubigen-1.2.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubigen.rubyforge.org/
|
|
COMMENT= Ruby stub generator
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.0.2nb1:../../devel/ruby-activesupport
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|