4d6bfa264e
This package contains a plugin for the Merb framework that provides support for arguments to actions that come in from the query.
14 lines
449 B
Makefile
14 lines
449 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:23:08 jlam Exp $
|
|
|
|
DISTNAME= merb-action-args-0.9.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= Merb plugin to map query parameters to controller method arguments
|
|
|
|
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.8:../../devel/ruby2ruby
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|