pkgsrc/www/ruby-padrino-gen/Makefile
taca 90c4ea1dde Add ruby-padrino-gen package version 0.10.7.
= Agnostic Application Generators (padrino-gen)

=== Overview

Padrino comes preloaded with flexible code generators powered in part by the
excellent Thor gem (incidentally also used in the Rails 3 generators).

These generators are intended to allow for easy code generation both in
creating new applications and building on existing ones.

The generators have been built to be as library agnostic as possible,
supporting a myriad of test frameworks, js libraries, mocking libraries, etc.
2013-02-11 14:31:55 +00:00

18 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/02/11 14:31:55 taca Exp $
DISTNAME= padrino-gen-${RUBY_PADRINO_VERS}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${RUBY_PADRINO_SITE}
COMMENT= Generators for easily creating and building padrino applications
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.0<2:../../misc/ruby-bundler
CONFLICTS+= ruby[1-9][0-9][0-9]-padrino-gen-[0-9]*
.include "../../www/ruby-padrino/Makefile.common"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"