62a6bb662f
= 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.
16 lines
542 B
Makefile
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"
|