a9aec1428b
This package contains a plugin for the Merb framework that provides various view helpers, similar to the Rails form helpers.
14 lines
387 B
Makefile
14 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:24:23 jlam Exp $
|
|
|
|
DISTNAME= merb_helpers-0.9.2
|
|
PKGNAME= ${DISTNAME:S/_/-/g}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= Merb plugin that provides various view helpers
|
|
|
|
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|