aboutsummaryrefslogtreecommitdiffstats
path: root/devel/elixir-exprotobuf/Makefile
blob: 8587ecdeddad8594a53df5ea8632fbf7f0b6012f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $FreeBSD$

PORTNAME=   exprotobuf
DISTVERSION=    1.0.1
CATEGORIES= devel
PKGNAMEPREFIX=  elixir-

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Protocol Buffers in Elixir

LICENSE=    APACHE20

USES=       elixir
USE_GITHUB= yes
GH_ACCOUNT= bitwalker

MIX_BUILD_DEPS= devel/erlang-gpb
MIX_RUN_DEPS:=  ${MIX_BUILD_DEPS}

pre-build:
    @${MKDIR} ${WRKSRC}/deps
    ${LN} -s -f ${LOCALBASE}/lib/erlang/lib/gpb-* ${WRKSRC}/deps/gpb

.include <bsd.port.mk>