aboutsummaryrefslogtreecommitdiffstats
path: root/security/erlang-jose/Makefile
blob: cdf47f46e327d0fbc8c8c7f2e73005ac543b3d75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=   jose
PORTVERSION=    1.3.0
PORTREVISION=   1
CATEGORIES= security
PKGNAMEPREFIX=  erlang-

MAINTAINER= vanilla@FreeBSD.org
COMMENT=    JSON Object Signing and Encryption (JOSE) for Erlang

LICENSE=    MPL

USES=       erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= potatosalad
GH_PROJECT= erlang-jose
ERL_APP_NAME=   erlang-jose
DOCSDIR=    ${PREFIX}/share/doc/${ERL_APP_NAME}

ERL_BUILD_DEPS= converters/erlang-base64url
ERL_RUN_DEPS:=  ${ERL_BUILD_DEPS}

.include <bsd.port.mk>