blob: d8d6dd2c9795744e338821de8d86e5baa788cc3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
PORTNAME= pooler
PORTVERSION= 1.5.2
CATEGORIES= devel
PKGNAMEPREFIX= erlang-
MAINTAINER= erlang@FreeBSD.org
COMMENT= OTP process pool application
LICENSE= APACHE20
USES= erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= seth
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|