blob: b4fb273950b092bbfc22b7fc9705f34515223602 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.1 2017/10/13 17:42:09 minskim Exp $
DISTNAME= rex-zip-0.1.3
CATEGORIES= security
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/rapid7/rex-zip
COMMENT= Ruby Exploitation library for working with zip files
LICENSE= modified-bsd
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
|