1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/security/elixir-jose/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
447 B
Makefile

PORTNAME= jose
PORTVERSION= 1.10.1
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= security/erlang-jose
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>