mirror of
https://git.freebsd.org/ports.git
synced 2025-05-15 08:41:51 -04:00
22 lines
571 B
Makefile
22 lines
571 B
Makefile
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>
|