19 lines
599 B
Makefile
19 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"
|