blob: a813ac1a83092cf3741afb7d9ecfe5c6b2ff8b5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
PORTNAME= foundationdb
PORTREVISION= 3
COMMENT= FoundationDB client
MASTERDIR= ${.CURDIR}/../foundationdb71-server
_CLIENT_ONLY= yes
_COMPONENT= client
.include "${MASTERDIR}/Makefile"
|