freebsd-ports/devel/rubygem-gitlab-license/Makefile
Matthias Fechner 30eb9ac185 devel/rubygem-gitlab-license: Update to 1.4.0.
Update required for gitlab-ce 13.11.
2021-04-23 21:06:05 +02:00

22 lines
416 B
Makefile

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