d8b7806ba8
Bump PKGREVISION.
19 lines
596 B
Makefile
19 lines
596 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/08/13 00:09:44 taca Exp $
|
|
|
|
DISTNAME= merb-action-args-1.1.3
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= Merb plugin to map query parameters to controller method arguments
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-merb-core>=1.1.3<1.2:../../www/merb-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-ruby2ruby>=1.1.9:../../devel/ruby2ruby
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-parsetree>=2.2.1:../../devel/ruby-parsetree
|
|
|
|
CONFLICTS+= merb-action-args-[0-9]*
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|