mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
0125d943a9
2: add RUN_DEPENDS to perl, bump version. Approved by: portmgr@ (blanket)
14 lines
277 B
Makefile
14 lines
277 B
Makefile
# Created by: Tim Robbins <tim@robbins.dropbear.id.au>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= Client programs for a replicated high-performance network file system
|
|
|
|
MASTERDIR= ${.CURDIR}/../coda6_server
|
|
PKGDIR= ${.CURDIR}
|
|
|
|
CODA_SUITE= client
|
|
|
|
.include "${MASTERDIR}/Makefile"
|