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".
24 lines
480 B
Makefile
24 lines
480 B
Makefile
PORTNAME= bundler-audit
|
|
PORTVERSION= 0.9.3
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Patch-level verification for Bundled apps
|
|
WWW= https://github.com/rubysec/bundler-audit
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
|
|
|
RUN_DEPENDS= rubygem-bundler>=1.15.0:sysutils/rubygem-bundler \
|
|
rubygem-thor>=1.0<2:devel/rubygem-thor
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
PLIST_FILES= bin/bundle-audit \
|
|
bin/bundler-audit
|
|
|
|
.include <bsd.port.mk>
|