aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cfengine-masterfiles
diff options
context:
space:
mode:
authorcy <cy@FreeBSD.org>2015-12-07 11:10:43 +0800
committercy <cy@FreeBSD.org>2015-12-07 11:10:43 +0800
commit573e375a8caecfa8ff581e43eb4d39289f281ece (patch)
tree8819c3d6079bcc1c52b049e0503526d49edf7548 /sysutils/cfengine-masterfiles
parente819fa2caa4b5991c755f0393f5ea989587f07c0 (diff)
downloadfreebsd-ports-gnome-573e375a8caecfa8ff581e43eb4d39289f281ece.tar.gz
freebsd-ports-gnome-573e375a8caecfa8ff581e43eb4d39289f281ece.tar.zst
freebsd-ports-gnome-573e375a8caecfa8ff581e43eb4d39289f281ece.zip
Add the new family of cfengine-masterfiles ports.
The ports are intended to provide a stable base policy for installations and upgrades, and is used by CFEngine 3.6 and newer. The ports install the repository as examples which should be copied by the user to the masterfiles directory (usually /var/cfengine/masterfiles).
Diffstat (limited to 'sysutils/cfengine-masterfiles')
-rw-r--r--sysutils/cfengine-masterfiles/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/cfengine-masterfiles/Makefile b/sysutils/cfengine-masterfiles/Makefile
new file mode 100644
index 000000000000..f1e90986b66d
--- /dev/null
+++ b/sysutils/cfengine-masterfiles/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+VERSIONS= 36 37
+CFENGINE_VERSION?= 37
+
+MASTERDIR= ${.CURDIR}/../cfengine-masterfiles${CFENGINE_VERSION}
+
+.include "${MASTERDIR}/Makefile"