mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 09:33:11 -04:00
19 lines
319 B
Makefile
19 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>
|