ff087126be
This package contains a plugin for the Merb framework that provides helper functionality for using the Test::Unit testing framework.
14 lines
391 B
Makefile
14 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:13 jlam Exp $
|
|
|
|
DISTNAME= merb_test_unit-0.9.2
|
|
PKGNAME= ${DISTNAME:S/_/-/g}
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.merbivore.com/
|
|
COMMENT= Merb plugin that provides support for Test::Unit
|
|
|
|
DEPENDS+= merb-core>=0.9.2:../../www/merb-core
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|