1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/security/erlang-jose/Makefile

24 lines
418 B
Makefile
Raw Normal View History

2015-09-29 12:15:47 +00:00
# $FreeBSD$
2015-10-02 02:39:57 +00:00
PORTNAME= jose
2020-01-09 22:32:20 +00:00
PORTVERSION= 1.10.1
2015-09-29 12:15:47 +00:00
CATEGORIES= security
2015-10-02 02:39:57 +00:00
PKGNAMEPREFIX= erlang-
2015-09-29 12:15:47 +00:00
MAINTAINER= vanilla@FreeBSD.org
COMMENT= JSON Object Signing and Encryption (JOSE) for Erlang
LICENSE= MPL20
2015-09-29 12:15:47 +00:00
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= potatosalad
2015-10-02 02:39:57 +00:00
GH_PROJECT= erlang-jose
ERL_APP_NAME= erlang-jose
DOCSDIR= ${PREFIX}/share/doc/${ERL_APP_NAME}
2017-02-03 16:15:58 +00:00
NO_ARCH= yes
2015-09-29 12:15:47 +00:00
OPTIONS_DEFINE= DOCS
2015-09-29 12:15:47 +00:00
.include <bsd.port.mk>