20 lines
398 B
Makefile
20 lines
398 B
Makefile
PORTNAME= bundle-audit
|
|
PORTVERSION= 0.2.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>
|