e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
22 lines
338 B
Makefile
22 lines
338 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= goldrush
|
|
PORTVERSION= 0.1.9
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= erlang@FreeBSD.org
|
|
COMMENT= Fast event stream processing library for Erlang
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= DeadZen
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-build:
|
|
@${RM} -r ${WRKSRC}/priv
|
|
|
|
.include <bsd.port.mk>
|