1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/devel/elixir-hex/Makefile
Dave Cottlehuber f3dcc20053 devel/elixir-hex: update to 0.20.1
Resolves OTP22 TLS incompatibility with hex.pm servers

Approved by:	jrm (mentor, implicit)
Approved by:	erlang (implicit)
2019-10-18 10:39:02 +00:00

21 lines
298 B
Makefile

# $FreeBSD$
PORTNAME= hex
DISTVERSION= 0.20.1
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= elixir-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Package manager for the Erlang VM
LICENSE= APACHE20
USES= elixir
USE_GITHUB= yes
GH_ACCOUNT= hexpm
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>