24 lines
470 B
Makefile
24 lines
470 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jose
|
|
PORTVERSION= 1.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
COMMENT= JSON Object Signing and Encryption (JOSE) for Elixir
|
|
|
|
LICENSE= MPL
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= potatosalad
|
|
GH_PROJECT= erlang-jose
|
|
DOCSDIR= ${PREFIX}/share/doc/elixir-${PORTNAME}
|
|
|
|
MIX_BUILD_DEPS= converters/erlang-base64url \
|
|
security/erlang-jose
|
|
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
|
|
|
|
.include <bsd.port.mk>
|