Add ports for the new cfengine and cfengine-masterfiles 3.25.0. Make cfengine325 and cfengine-masterfiles325 the default cfengine ports/packages.
9 lines
183 B
Makefile
9 lines
183 B
Makefile
VERSIONS= 320 321 322 323 324 325
|
|
CFENGINE_VERSION?= 325
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
|
|
|
|
CPE_PRODUCT= cfengine
|
|
|
|
.include "${MASTERDIR}/Makefile"
|