33e8bf7b8d
Ruby Exploitation Library for creating Zip based archives such as *.zip, *.war, and *.jar files.
14 lines
406 B
Makefile
14 lines
406 B
Makefile
# $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"
|