Add ports for the new cfengine and cfengine-masterfiles 3.22.0. Make cfengine322 and cfengine-masterfiles322 the default cfengine ports/packages.
7 lines
135 B
Makefile
7 lines
135 B
Makefile
VERSIONS= 320 321 322
|
|
CFENGINE_VERSION?= 322
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine${CFENGINE_VERSION}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|