blob: 13f76537c99e2c73972ad507e028b8d93186ac15 (
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.8.4
CATEGORIES= security
PKGNAMEPREFIX= elixir-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= JSON Object Signing and Encryption (JOSE) for Elixir
LICENSE= MPL20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= potatosalad
GH_PROJECT= erlang-jose
DOCSDIR= ${PREFIX}/share/doc/elixir-${PORTNAME}
NO_ARCH= yes
MIX_BUILD_DEPS= converters/erlang-base64url \
security/erlang-jose
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
.include <bsd.port.mk>
|