aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gitlab-license/Makefile
blob: 0b9fbedc478ea6cc2c1ba073dd149bce2d57bf8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	gitlab-license
PORTVERSION=	2.6.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>