18 lines
276 B
Makefile
18 lines
276 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= hex
|
|
PORTVERSION= 0.15.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= elixir-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Package manager for the Erlang VM
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= elixir
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hexpm
|
|
|
|
.include <bsd.port.mk>
|