pkgsrc/security/ruby-metasploit-model/Makefile
taca b6a4c023f3 security/ruby-metasploit-model: update to 3.0.0
Update ruby-metasploit-model to 3.0.0, this is a leaf package and is
curently marked as broken.

3.0.0

* Switch to use Ruby on Rails 5.2.
2020-06-24 11:09:29 +00:00

16 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/06/24 11:09:29 taca Exp $
DISTNAME= metasploit-model-3.0.0
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_ACTIVEMODEL_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
RUBY_RAILS_ACCEPTED= 52
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"