aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-declarative_policy/Makefile
blob: a05c96ec8e54454d1a7612ee4640b29a9fd559a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PORTNAME=	declarative_policy
PORTVERSION=	1.1.0
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Authorization framework with a declarative DSL
WWW=		https://gitlab.com/gitlab-org/declarative-policy

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

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>