mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
Add ports for the new cfengine and cfengine-masterfiles 3.24.0. Make cfengine324 and cfengine-masterfiles324 the default cfengine ports/packages.
8 lines
179 B
Makefile
8 lines
179 B
Makefile
VERSIONS= 320 321 322 323 324
|
|
CFENGINE_VERSION?= 324
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
|
|
|
|
CPE_PRODUCT= cfengine
|
|
|
|
.include "${MASTERDIR}/Makefile"
|