aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-auth-sanitizer-gitlab/Makefile
blob: 1a7050d6becd0850ac9d078aacc74673627f54bf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	auth-sanitizer
PORTVERSION=	0.2.3
CATEGORIES=	security rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-gitlab

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Configurable KV output redaction. Sanitize/filter your secrets
WWW=		https://auth-sanitizer.galtzo.com/ \
		https://github.com/ruby-oauth/auth-sanitizer

LICENSE=	MIT

RUN_DEPENDS=	rubygem-version_gem-gitlab>=1.1.10<2:devel/rubygem-version_gem-gitlab

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>