18 lines
297 B
Makefile
18 lines
297 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= msgpack
|
|
PORTVERSION= 0.7.0
|
|
CATEGORIES= devel
|
|
PKGNAMEPREFIX= erlang-
|
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
|
COMMENT= MessagePack (de)serializer for Erlang
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USES= erlang:rebar
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= msgpack
|
|
GH_PROJECT= msgpack-erlang
|
|
|
|
.include <bsd.port.mk>
|