Changeset View
Changeset View
Standalone View
Standalone View
head/security/cargo-audit/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= cargo-audit | PORTNAME= cargo-audit | ||||
| DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
| DISTVERSION= 0.5.2 | DISTVERSION= 0.5.2 | ||||
| PORTREVISION= 1 | PORTREVISION= 2 | ||||
| CATEGORIES= security | CATEGORIES= security | ||||
| MAINTAINER= tobik@FreeBSD.org | MAINTAINER= tobik@FreeBSD.org | ||||
| COMMENT= Audit Cargo.lock for crates with security vulnerabilities | COMMENT= Audit Cargo.lock for crates with security vulnerabilities | ||||
| LICENSE= APACHE20 MIT | LICENSE= APACHE20 MIT | ||||
| LICENSE_COMB= dual | LICENSE_COMB= dual | ||||
| LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE | LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE-APACHE | ||||
| ▲ Show 20 Lines • Show All 69 Lines • Show Last 20 Lines | |||||