freebsd-ports/devel/erlang-syslog/Makefile
Dave Cottlehuber 36f8f3be82 devel/erlang-syslog: update for OTP24
- switch to rebar3
- switch to erlang-native-compiler

This avoids the erl_interface error from unmaintained
build chains for a perfectly cromulent syslog handler
2021-09-30 22:03:13 +00:00

21 lines
396 B
Makefile

PORTNAME= syslog
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= Erlang port driver for interacting with syslog
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= enc:devel/erlang-native-compiler
USES= erlang:rebar3
USE_GITHUB= yes
GH_ACCOUNT= Vagabond
GH_PROJECT= ${PKGNAMEPREFIX}${PORTNAME}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>