blob: f31c6b5deafb1323aeec64ab33afade157e2f85e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.9 2021/06/02 15:09:53 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>=1.1.0:../../databases/ruby-moneta
OVERRIDE_GEMSPEC+= moneta>=1.1.0
.include "../../www/ruby-padrino/Makefile.common"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|