a1a4d46750
Add "USE_LANGUAGES= # noen" for pure Ruby packages.
18 lines
583 B
Makefile
18 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.2 2020/06/21 14:54:50 taca Exp $
|
|
|
|
DISTNAME= rex-encoder-0.1.4
|
|
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"
|