18 lines
301 B
Makefile
18 lines
301 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= protobuffs
|
|
PORTVERSION= 0.8.3
|
|
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>
|