summaryrefslogtreecommitdiff
path: root/www/ruby-activeresource31/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ruby-activeresource31/Makefile')
-rw-r--r--www/ruby-activeresource31/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/ruby-activeresource31/Makefile b/www/ruby-activeresource31/Makefile
new file mode 100644
index 00000000000..3d3d4a9ca41
--- /dev/null
+++ b/www/ruby-activeresource31/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/12/16 12:28:37 taca Exp $
+
+DISTNAME= activeresource-${RUBY_RAILS_VERSION}
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.rubyonrails.org/
+COMMENT= REST modeling framework (part of Rails)
+LICENSE= mit
+
+DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
+DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
+
+RUBY_RAILS_SUPPORTED= 31
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"