c27d4e377f
All ports now should use MPL[10|11|20] license. Approved by: portmgr (blanket)
24 lines
473 B
Makefile
24 lines
473 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jose
|
|
PORTVERSION= 1.8.4
|
|
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
|
|
|
|
ERL_BUILD_DEPS= converters/erlang-base64url
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
|
|
|
.include <bsd.port.mk>
|