summaryrefslogtreecommitdiff
path: root/www/merb-stories/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2008-04-04 15:25:06 +0000
committerjlam <jlam>2008-04-04 15:25:06 +0000
commitc8697d3182614c06dc2349e26523bf9484041958 (patch)
tree9e2a908609e1e350b83e2d2be6677211a9d59d4c /www/merb-stories/Makefile
parentf301f3f2a04b98edc4adbc3f7c9393af0ab2821f (diff)
downloadpkgsrc-c8697d3182614c06dc2349e26523bf9484041958.tar.gz
Initial import of merb-stories-0.9.2 as www/merb-stories.
This package contains a plugin for the Merb framework that provides helper functionality for using the RSpec testing framework.
Diffstat (limited to 'www/merb-stories/Makefile')
-rw-r--r--www/merb-stories/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/www/merb-stories/Makefile b/www/merb-stories/Makefile
new file mode 100644
index 00000000000..504ee988c9e
--- /dev/null
+++ b/www/merb-stories/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:25:06 jlam Exp $
+
+DISTNAME= merb_stories-0.9.2
+PKGNAME= ${DISTNAME:S/_/-/g}
+CATEGORIES= www
+MASTER_SITES= http://rubyforge.org/frs/download.php/34350/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.merbivore.com/
+COMMENT= Merb plugin that provides helpers for using RSpec
+
+DEPENDS+= merb-core>=0.9.2:../../www/merb-core
+DEPENDS+= ${RUBY_PKGPREFIX}-rspec>=1.1.3:../../devel/ruby-rspec
+
+.include "../../misc/rubygems/rubygem.mk"
+.include "../../mk/bsd.pkg.mk"