19 lines
306 B
Makefile
19 lines
306 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PORTNAME= sbroker
|
||
|
PORTVERSION= 0.6.2
|
||
|
DISTVERSIONPREFIX= v
|
||
|
CATEGORIES= devel
|
||
|
PKGNAMEPREFIX= erlang-
|
||
|
|
||
|
MAINTAINER= olgeni@FreeBSD.org
|
||
|
COMMENT= Sojourn-time based active queue management library
|
||
|
|
||
|
LICENSE= APACHE20
|
||
|
|
||
|
USES= erlang:rebar
|
||
|
USE_GITHUB= yes
|
||
|
GH_ACCOUNT= fishcakez
|
||
|
|
||
|
.include <bsd.port.mk>
|