blob: 708d537d048e7d6f56dfe58198ac1f7c21bbed71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= flatbuffers
PORTVERSION= 1.6.0
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= yuri@rawbw.com
COMMENT= Memory efficient serialization library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BROKEN_powerpc64= Does not build
USE_GITHUB= yes
GH_ACCOUNT= google
USES= cmake compiler:c++11-lib
USE_LDCONFIG= yes
.include <bsd.port.mk>
|