mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
23 lines
341 B
Makefile
23 lines
341 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= oauth2
|
|
PORTVERSION= 0.9.2
|
|
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 \
|
|
www/erlang-hackney
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= scrogson
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|