82d92b51c5
bundler-audit provides patch-level verification for Bundled Ruby applications by auditing Gemfile.lock against a database of known vulnerabilities. Also add rubygem-bundle-audit as a wrapper gem that depends on rubygem-bundler-audit, for developers who reference "bundle-audit" instead of "bundler-audit".
20 lines
398 B
Makefile
20 lines
398 B
Makefile
PORTNAME= bundle-audit
|
|
PORTVERSION= 0.1.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Wrapper for bundler-audit security scanning tool
|
|
WWW= https://github.com/stewartmckee/bundle-audit
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-bundler-audit>=0:sysutils/rubygem-bundler-audit
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|