18 lines
275 B
Makefile
18 lines
275 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rebar3_hex
|
|
PORTVERSION= 2.5.0
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Rebar3 Hex library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= hexpm
|
|
|
|
.include <bsd.port.mk>
|