505af96544
A number of support methods and extensions for Padrino framework.
17 lines
414 B
Makefile
17 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.1 2015/02/04 14:44:42 taca Exp $
|
|
|
|
DISTNAME= padrino-support-${RUBY_PADRINO_VERS}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${RUBY_PADRINO_SITE}
|
|
COMMENT= Support for padrino
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
|
|
|
|
RUBY_RAILS_SUPPORTED= 32
|
|
|
|
.include "../../www/ruby-padrino/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|