diff options
author | romain <romain@FreeBSD.org> | 2018-09-27 15:44:48 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2018-09-27 15:44:48 +0800 |
commit | 22b074f365b0f574c03412dfafc66de681a3e653 (patch) | |
tree | aef352963e79646ab81b24970daa5d3612aa4e23 /sysutils/puppet5 | |
parent | 51805c521c346fef3ad4dd12e791bb2eda6115d9 (diff) | |
download | freebsd-ports-gnome-22b074f365b0f574c03412dfafc66de681a3e653.tar.gz freebsd-ports-gnome-22b074f365b0f574c03412dfafc66de681a3e653.tar.zst freebsd-ports-gnome-22b074f365b0f574c03412dfafc66de681a3e653.zip |
New port: sysutils/puppet6
Release notes:
https://puppet.com/docs/puppet/6.0/release_notes.html
With hat: puppet
Diffstat (limited to 'sysutils/puppet5')
-rw-r--r-- | sysutils/puppet5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/puppet5/Makefile b/sysutils/puppet5/Makefile index 49b0052a6e22..e31d24b5e40d 100644 --- a/sysutils/puppet5/Makefile +++ b/sysutils/puppet5/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= rubygem-gettext-setup>=0:devel/rubygem-gettext-setup \ USES= cpe CPE_VENDOR= puppetlabs -CONFLICTS_INSTALL= puppet4-* +CONFLICTS_INSTALL= puppet4-* puppet6-* NO_ARCH= yes NO_BUILD= yes USE_RUBY= yes |