summaryrefslogtreecommitdiff
path: root/security/rubygem-declarative_policy/Makefile
blob: 50fd627b587ddb029bde2f03d0acee62bef32d96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	declarative_policy
PORTVERSION=	2.0.1
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

NO_ARCH=	yes

.include <bsd.port.mk>