freebsd-ports/net/elixir-oauth2/Makefile

23 lines
350 B
Makefile
Raw Normal View History

2015-07-20 16:24:05 +02:00
PORTNAME= oauth2
2019-07-20 17:25:08 +02:00
PORTVERSION= 2.0.0
2015-07-20 16:24:05 +02:00
DISTVERSIONPREFIX= v
CATEGORIES= net
PKGNAMEPREFIX= elixir-
MAINTAINER= vanilla@FreeBSD.org
COMMENT= OAuth 2.0 library for Elixir
LICENSE= MIT
MIX_BUILD_DEPS= devel/elixir-plug \
2016-08-18 08:24:01 +02:00
www/erlang-hackney
2015-07-20 16:24:05 +02:00
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= scrogson
2017-01-28 10:13:34 +01:00
NO_ARCH= yes
2015-07-20 16:24:05 +02:00
OPTIONS_DEFINE= DOCS
2015-07-20 16:24:05 +02:00
.include <bsd.port.mk>