aboutsummaryrefslogtreecommitdiffstats
path: root/devel/erlang-protobuffs/Makefile
blob: 7efed696ac467e1f60de3f62f74d8964873319da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $FreeBSD$

PORTNAME=   protobuffs
PORTVERSION=    0.8.2
CATEGORIES= devel
PKGNAMEPREFIX=  erlang-

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Protocol Buffers interface for Erlang

LICENSE=    APACHE20

USES=       erlang:rebar
USE_GITHUB= yes
GH_ACCOUNT= basho
GH_PROJECT= erlang_protobuffs

.include <bsd.port.mk>