pkgsrc/www/merb-test-unit/Makefile
jlam ff087126be Initial import of merb-test-unit-0.9.2 as www/merb-test-unit.
This package contains a plugin for the Merb framework that provides
helper functionality for using the Test::Unit testing framework.
2008-04-04 15:25:13 +00:00

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"