e74712f1e0
0.1.6 (2020-11-30) * Land #3, Update gemspec
18 lines
583 B
Makefile
18 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/09/19 17:15:42 taca Exp $
|
|
|
|
DISTNAME= rex-encoder-0.1.6
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-encoder
|
|
COMMENT= Polymorphic encoders that Metasploit uses for payload encoding
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|