freebsd-ports/devel/erlang-poolboy/Makefile
Jimmy Olgeni a0b3668460 Update most of the Erlang ports to use erlang.mk.
These do not require a PORTREVISION bump.
2015-07-06 22:27:17 +00:00

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>