pkgsrc/www/ruby-padrino-admin/Makefile
taca 62a6bb662f Add ruby-padrino-admin package version 0.10.7.
= Admin Dashboard and Authentication (padrino-admin)

=== Overview

Padrino has a beautiful Admin management dashboard with these features:

Orm Agnostic::Data Adapters for Datamapper, Activerecord, Sequel, Mongomapper,
Mongoid, Couchrest.

Template Agnostic:: Erb, Erubis and Haml Renderer.

Authentication:: Support for Account authentication, Account Permission
managment.

Scaffold:: You can simply create a new "admin interface" by providing a Model.

Access Control:: Supports authentication and role permissions for your
application.
2013-02-11 14:32:42 +00:00

16 lines
542 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/02/11 14:32:42 taca Exp $
DISTNAME= padrino-admin-${RUBY_PADRINO_VERS}
CATEGORIES= www
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ${RUBY_PADRINO_SITE}
COMMENT= Admin Dashboard 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"