summaryrefslogtreecommitdiff
path: root/www/merb-test-unit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/merb-test-unit/Makefile')
-rw-r--r--www/merb-test-unit/Makefile14
1 files changed, 14 insertions, 0 deletions
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"