pkgsrc/www/ruby-padrino-gen/Makefile
taca 2c3ca64017 www/ruby-padrino-gen: switch to depends on ruby-bundler1
Change denepdency to ruby-bundler1 from ruby-bunder.

Bump PKGREVISION.
2019-03-05 07:52:19 +00:00

21 lines
632 B
Makefile

# $NetBSD: Makefile,v 1.4 2019/03/05 07:52:19 taca Exp $
DISTNAME= padrino-gen-${RUBY_PADRINO_VERS}
PKGREVISION= 1
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
RUBYGEM_OPTIONS+= --format-executable
.include "../../www/ruby-padrino/Makefile.common"
.include "../../lang/ruby/gem.mk"
.if ${RUBY_VER} != 26
DEPENDS+= ${RUBY_PKGPREFIX}-bundler1>=1.0<2:../../misc/ruby-bundler1
.endif
.include "../../mk/bsd.pkg.mk"