blob: c5a8877dc3f51915d120b4f7a70f2bcaaa455c15 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= wackamole
PORTVERSION= 2.1.5
CATEGORIES= net
MASTER_SITES= https://BSDforge.com/projects/source/net/wackamole/ \
http://mirrors.omniti.com/wackamole/
MAINTAINER= portmaster@bsdforge.com
COMMENT= Peer-to-peer high availability cluster
LIB_DEPENDS= libspread.so:net/spread
USES= tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ENV+= YACC=${YACC}
.include <bsd.port.mk>
|