17 lines
257 B
Makefile
17 lines
257 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pooler
|
|
PORTVERSION= 1.5.2
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= OTP process pool application
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= seth
|
|
|
|
.include <bsd.port.mk>
|