summaryrefslogtreecommitdiff
path: root/www/ruby-padrino-admin/Makefile
diff options
context:
space:
mode:
authortaca <taca>2013-02-11 14:32:42 +0000
committertaca <taca>2013-02-11 14:32:42 +0000
commit3ae5091288df9e13b98521398da620d65f19818b (patch)
tree8f1d45a80fd8f26027b37f9f2349a25dcc0d3ba5 /www/ruby-padrino-admin/Makefile
parent3ffed028b8cded186c8566d7cc956e4069a6da8f (diff)
downloadpkgsrc-3ae5091288df9e13b98521398da620d65f19818b.tar.gz
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.
Diffstat (limited to 'www/ruby-padrino-admin/Makefile')
-rw-r--r--www/ruby-padrino-admin/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/ruby-padrino-admin/Makefile b/www/ruby-padrino-admin/Makefile
new file mode 100644
index 00000000000..0829484c77e
--- /dev/null
+++ b/www/ruby-padrino-admin/Makefile
@@ -0,0 +1,16 @@
+# $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"