freebsd-ports/security/erlang-jose/Makefile
Danilo G. Baio c27d4e377f Update license of ports using MPL (without version)
All ports now should use MPL[10|11|20] license.

Approved by:	portmgr (blanket)
2017-11-04 11:43:35 +00:00

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>