Files
pkgsrc-ng/www/ruby-padrino-cache/Makefile
2013-09-26 17:14:40 +02:00

17 lines
554 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/06/16 10:04:08 obache 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
.include "../../www/ruby-padrino/Makefile.common"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"