mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
20 lines
319 B
Makefile
20 lines
319 B
Makefile
PORTNAME= hex
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Package manager for the Erlang VM
|
|
WWW= https://github.com/hexpm/hex
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hexpm
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|