1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/security/elixir-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

25 lines
469 B
Makefile

# $FreeBSD$
PORTNAME= jose
PORTVERSION= 1.8.4
CATEGORIES= security
PKGNAMEPREFIX= elixir-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= JSON Object Signing and Encryption (JOSE) for Elixir
LICENSE= MPL20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= potatosalad
GH_PROJECT= erlang-jose
DOCSDIR= ${PREFIX}/share/doc/elixir-${PORTNAME}
NO_ARCH= yes
MIX_BUILD_DEPS= converters/erlang-base64url \
security/erlang-jose
MIX_RUN_DEPS:= ${MIX_BUILD_DEPS}
.include <bsd.port.mk>