freebsd-ports/security/erlang-jose/Makefile

25 lines
473 B
Makefile
Raw Normal View History

2015-09-29 14:15:47 +02:00
# $FreeBSD$
2015-10-02 04:39:57 +02:00
PORTNAME= jose
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
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
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>