20 lines
325 B
Makefile
20 lines
325 B
Makefile
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>
|