summaryrefslogtreecommitdiff
path: root/devel/rubygem-gitlab-security_report_schemas/Makefile
blob: 6da248dcc10fbef1384fd7bc6d6ee51b7886ea67 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	gitlab-security_report_schemas
PORTVERSION=	0.1.2.min15.0.0.max15.2.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Ruby gem for GitLab security report JSON schemas
WWW=		https://gitlab.com/gitlab-org/ruby/gems/gitlab-security_report_schemas

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activesupport70>=6<8:devel/rubygem-activesupport70 \
		rubygem-json_schemer>=2.3.0<2.4:devel/rubygem-json_schemer

USES=		gem

NO_ARCH=	yes

PLIST_FILES=	bin/security-report-schemas

.include <bsd.port.mk>