freebsd-ports/devel/rubygem-gitlab-license/Makefile
Matthias Fechner 55c9dd57f4 devel/rubygem-gitlab-license: update to 2.5.0
Required for Gitlab 17.1
2024-07-03 10:42:24 +03:00

20 lines
407 B
Makefile

PORTNAME= gitlab-license
PORTVERSION= 2.5.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Generate, verify and enforce software licenses
WWW= https://gitlab.com/gitlab-org/gitlab-chronic-duration
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= bash>0:shells/bash
USES= gem shebangfix
SHEBANG_FILES= bin/setup
NO_ARCH= yes
.include <bsd.port.mk>