c6aca23523
Changes summary is not available, please refer: <http://padrinorb.com/blog/padrino-0-13-0-mustermann-router-performance-enhancements-streaming-support-and-much-more/>.
19 lines
658 B
Makefile
19 lines
658 B
Makefile
# $NetBSD: Makefile,v 1.5 2015/12/13 15:52:14 taca Exp $
|
|
|
|
DISTNAME= padrino-cache-${RUBY_PADRINO_VERS}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= ${RUBY_PADRINO_SITE}
|
|
COMMENT= Page and fragment caching for Padrino
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-core>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-padrino-helpers>=${RUBY_PADRINO_VERS}:../../www/ruby-padrino-helpers
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-moneta>=0.7.0<1:../../databases/ruby-moneta
|
|
|
|
OVERRIDE_GEMSPEC+= moneta>=0.7.0
|
|
|
|
.include "../../www/ruby-padrino/Makefile.common"
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|