blob: 6c2f71f99e1609c8fc01f14ed94382c225b397ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= jose
PORTVERSION= 1.10.1
CATEGORIES= security
PKGNAMEPREFIX= erlang-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= JSON Object Signing and Encryption (JOSE) for Erlang
LICENSE= MPL20
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}
NO_ARCH= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|