freebsd-ports/security/erlang-jose/Makefile
2020-01-09 22:32:20 +00:00

23 lines
418 B
Makefile

# $FreeBSD$
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>