aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-bullet_train-roles/Makefile
blob: 395d8a633269561411f5bc3a3a395ebe3f3d76a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	bullet_train-roles
PORTVERSION=	1.38.0
CATEGORIES=	www rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Yaml-backed ApplicationHash for CanCan Roles
WWW=		https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-roles

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

RUN_DEPENDS=	rubygem-active_hash>=3.3.1:devel/rubygem-active_hash \
		rubygem-activesupport81>=0:devel/rubygem-activesupport81 \
		rubygem-cancancan>=0:security/rubygem-cancancan

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>