pkgsrc/www/merb-gen/Makefile
jlam 5afb2b7f77 Initial import of merb-gen-0.9.2 as www/merb-gen.
This package provides application and plugin generator scripts for Merb.
2008-04-04 15:24:00 +00:00

15 lines
462 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:24:00 jlam Exp $
DISTNAME= merb-gen-0.9.2
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.merbivore.com/
COMMENT= Merb application and plugin generator scripts
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
DEPENDS+= rubigen>=1.2.4:../../devel/rubigen
DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"