a0b3668460
These do not require a PORTREVISION bump.
18 lines
271 B
Makefile
18 lines
271 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= poolboy
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= Pooling library for Erlang
|
|
|
|
LICENSE= ISCL
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= devinus
|
|
|
|
.include <bsd.port.mk>
|