pkgsrc/security/ruby-metasploit-model/Makefile
taca f42dbfdcdb security/ruby-metasploit-model: update to 4.0.3
pkgsrc change: depends on rails60 or rails61.  It should be changed from
4.0.2.

4.0.3 (2021-09-16)

* Update Ubuntu version & Ruby Setup action
2021-09-19 16:54:22 +00:00

17 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/09/19 16:54:22 taca Exp $
DISTNAME= metasploit-model-4.0.3
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/metasploit-model
COMMENT= Models shared between metasploit-framework and metasploit_data_models
LICENSE= modified-bsd
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
RUBY_RAILS_ACCEPTED= 60 61
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"