summaryrefslogtreecommitdiff
path: root/www/merb-test-unit/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:25:13 +0000
committerjlam <jlam>2008-04-04 15:25:13 +0000
commit15a474905148eaa9c0c386872cff15e7c644bfde (patch)
tree44e2aa009d1ac7085397811401719bf78258b216 /www/merb-test-unit/Makefile
parent0c5c5b86fbfe610d0f096c750f125c4d214b75ba (diff)
downloadpkgsrc-15a474905148eaa9c0c386872cff15e7c644bfde.tar.gz
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.
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"