From 15a474905148eaa9c0c386872cff15e7c644bfde Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 4 Apr 2008 15:25:13 +0000 Subject: 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. --- www/merb-test-unit/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/merb-test-unit/Makefile (limited to 'www/merb-test-unit/Makefile') diff --git a/www/merb-test-unit/Makefile b/www/merb-test-unit/Makefile new file mode 100644 index 00000000000..041f3968b74 --- /dev/null +++ b/www/merb-test-unit/Makefile @@ -0,0 +1,14 @@ +# $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" -- cgit v1.2.3