84fa43801c
Changes from 1.3.2: == 1.3.4 2008-11-12 * ruby_app: fixed reference to non-existent version.rb [jperkins] == 1.3.3 2008-10-21 * prepend_sources correctly places arguments at start of sources list * removed lib/rubigen/version.rb; RubiGen::VERSION is in lib/rubigen.rb now; there is no RubiGen::VERSION::STRING
16 lines
428 B
Makefile
16 lines
428 B
Makefile
# $NetBSD: Makefile,v 1.4 2008/11/15 08:26:24 taca Exp $
|
|
|
|
DISTNAME= rubigen-1.3.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rubigen.rubyforge.org/
|
|
COMMENT= Ruby stub generator
|
|
|
|
BUILD_DEPENDS+= hoe>=1.5.1:../../devel/hoe
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.0.2nb1:../../devel/ruby-activesupport
|
|
|
|
#GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|