1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/devel/elixir-hex/Makefile
Dave Cottlehuber ec4185ed29 devel/elixir-hex: update to 0.20.5
Sponsored by:	SkunkWerks, GmbH
2020-04-20 20:21:24 +00:00

21 lines
298 B
Makefile

# $FreeBSD$
PORTNAME= hex
DISTVERSION= 0.20.5
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>