f50b801468
This package contains a plugin for the Merb framework that provides support for using ruby-builder classes to generate XML output.
14 lines
426 B
Makefile
14 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:23:31 jlam Exp $
|
|
|
|
DISTNAME= merb-builder-0.9.2
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= Merb plugin for ruby-builder XML generation
|
|
|
|
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-builder>=2.1.2:../../textproc/ruby-builder
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|