summaryrefslogtreecommitdiff
path: root/security/ruby-metasploit-model/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-metasploit-model/Makefile')
-rw-r--r--security/ruby-metasploit-model/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/security/ruby-metasploit-model/Makefile b/security/ruby-metasploit-model/Makefile
new file mode 100644
index 00000000000..e1d882d3dda
--- /dev/null
+++ b/security/ruby-metasploit-model/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2017/09/14 19:43:45 minskim Exp $
+
+DISTNAME= metasploit-model-2.0.4
+CATEGORIES= security
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= https://github.com/rapid7/metasploit-model
+COMMENT= Models shared between metasploit-framework and metasploit_data_models
+
+DEPENDS+= ${RUBY_PKGPREFIX}-activemodel42>=4.2.6:../../devel/ruby-activemodel42
+DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.6:../../devel/ruby-activesupport42
+DEPENDS+= ${RUBY_PKGPREFIX}-railties42>=4.2.6:../../devel/ruby-railties42
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"