freebsd-ports/security/erlang-jose/Makefile

23 lines
413 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
2015-09-29 14:15:47 +02:00
PORTVERSION= 1.3.0
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= MPL
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-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>