mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
21 lines
342 B
Makefile
21 lines
342 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= providers
|
|
PORTVERSION= 1.7.0
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Erlang providers library used by relx
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= tsloughter
|
|
|
|
ERL_BUILD_DEPS= devel/erlang-getopt
|
|
ERL_RUN_DEPS:= ${ERL_BUILD_DEPS}
|
|
|
|
.include <bsd.port.mk>
|