mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Add ports for the new cfengine and cfengine-masterfiles 3.23.0. Make cfengine323 and cfengine-masterfiles323 the default cfengine ports/packages.
8 lines
175 B
Makefile
8 lines
175 B
Makefile
VERSIONS= 320 321 322 323
|
|
CFENGINE_VERSION?= 323
|
|
|
|
MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
|
|
|
|
CPE_PRODUCT= cfengine
|
|
|
|
.include "${MASTERDIR}/Makefile"
|