mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
5a20e7990e
network distributed file system. It spreads data over several physical commodity servers, which are visible to the user as one resource. For standard file operations MooseFS acts like any other Unix-like file system. This port provides: MooseFS CGI monitor. WWW: https://moosefs.com/ PR: 210306 Submitted by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
15 lines
293 B
Makefile
15 lines
293 B
Makefile
# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -cgi
|
|
|
|
COMMENT= MooseFS CGI interface
|
|
|
|
LICENSE= GPLv2
|
|
|
|
MFS_COMPONENT= cgi
|
|
|
|
MASTERDIR= ${.CURDIR}/../moosefs3-master
|
|
|
|
.include "${MASTERDIR}/Makefile"
|