mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
f3dcc20053
Resolves OTP22 TLS incompatibility with hex.pm servers Approved by: jrm (mentor, implicit) Approved by: erlang (implicit)
21 lines
298 B
Makefile
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>
|