blob: b39accfbb503e36514f9e37ccc7f3924749fdb71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.3 2021/02/05 15:32:33 taca Exp $
DISTNAME= rex-struct2-0.1.3
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-struct2
COMMENT= Ruby Exploitation library for generating C-style structs
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|