2015-09-29 14:15:47 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2015-10-02 04:39:57 +02:00
|
|
|
PORTNAME= jose
|
2017-05-22 17:41:55 +02:00
|
|
|
PORTVERSION= 1.8.4
|
2015-09-29 14:15:47 +02:00
|
|
|
CATEGORIES= security
|
2015-10-02 04:39:57 +02:00
|
|
|
PKGNAMEPREFIX= erlang-
|
2015-09-29 14:15:47 +02:00
|
|
|
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
|
|
COMMENT= JSON Object Signing and Encryption (JOSE) for Erlang
|
|
|
|
|
2017-11-04 12:43:35 +01:00
|
|
|
LICENSE= MPL20
|
2015-09-29 14:15:47 +02:00
|
|
|
|
|
|
|
USES= erlang:rebar
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= potatosalad
|
2015-10-02 04:39:57 +02:00
|
|
|
GH_PROJECT= erlang-jose
|
|
|
|
ERL_APP_NAME= erlang-jose
|
2015-10-05 17:11:35 +02:00
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${ERL_APP_NAME}
|
2017-02-03 17:15:58 +01:00
|
|
|
NO_ARCH= yes
|
2015-09-29 14:15:47 +02:00
|
|
|
|
|
|
|
ERL_BUILD_DEPS= converters/erlang-base64url
|
2015-10-02 04:39:57 +02:00
|
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
2015-09-29 14:15:47 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|