blob: c928b5ed6cd72490b9ab84bdc366ef718137b706 (
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
|
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
# $FreeBSD$
PORTNAME= liberasurecode
PORTVERSION= 1.4.0
CATEGORIES= devel
MAINTAINER= alexander.nusov@nfvexpress.com
COMMENT= Unified Erasure Coding interface for common storage workloads
LICENSE= BSD2CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= openstack
USES= gmake pkgconfig autoreconf libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfigdir="${PREFIX}/libdata/pkgconfig" \
--disable-werror
TEST_TARGET= test
.include <bsd.port.mk>
|