b5b73d17d0
0.1.14 (2020-11-30) * add remaining PPCE500V2 choices
16 lines
437 B
Makefile
16 lines
437 B
Makefile
# $NetBSD: Makefile,v 1.4 2021/02/05 15:00:47 taca Exp $
|
|
|
|
DISTNAME= rex-arch-0.1.14
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/rapid7/rex-arch
|
|
COMMENT= Rex Library which contains architecture specific information
|
|
LICENSE= modified-bsd
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|