pkgsrc/security/ruby-rex-zip/Makefile
taca 4e557c55b8 security/ruby-rex-zip: update to 0.1.4
0.1.4 (2020-11-30)

* relax dev bundle and update authors
	- Allows bundle with latest bundler
	- Updates authors to reflect current maintainers
	- Update travis to test with 2.7.2
* Land #4, Update Gemfile and gemspec
2021-02-05 15:41:10 +00:00

16 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.3 2021/02/05 15:41:10 taca Exp $
DISTNAME= rex-zip-0.1.4
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
USE_LANGUAGES= # none
DEPENDS+= ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"