aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Tartière <romain@FreeBSD.org>2023-05-07 01:02:53 +0000
committerRomain Tartière <romain@FreeBSD.org>2023-05-07 01:43:45 +0000
commit0cd8bc6ff2f177ec6c9da646419e93260f346e2b (patch)
tree3fd210a559abb7ba0bd6957f93c966c1262a70bc
parentadfc2224077357d1b7c45876315ea777fbd54502 (diff)
downloadports-0cd8bc6ff2f177ec6c9da646419e93260f346e2b.tar.gz
ports-0cd8bc6ff2f177ec6c9da646419e93260f346e2b.zip
sysutils/rubygem-bolt: Add OPTION for Puppet 8
Default packages are not changed. Not bumping PORTREVISION. With hat: puppet
-rw-r--r--sysutils/rubygem-bolt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile
index ce706e5a6717..471ea9027d99 100644
--- a/sysutils/rubygem-bolt/Makefile
+++ b/sysutils/rubygem-bolt/Makefile
@@ -41,14 +41,16 @@ PLIST_FILES= bin/bolt \
etc/bash_completion.d/bolt
OPTIONS_SINGLE= PUPPET
-OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7
+OPTIONS_SINGLE_PUPPET=PUPPET6 PUPPET7 PUPPET8
OPTIONS_DEFAULT=PUPPET7
PUPPET6_DESC= Depend on sysutils/puppet6
PUPPET7_DESC= Depend on sysutils/puppet7
+PUPPET8_DESC= Depend on sysutils/puppet8
PUPPET6_RUN_DEPENDS=puppet:sysutils/puppet6
PUPPET7_RUN_DEPENDS=puppet:sysutils/puppet7
+PUPPET8_RUN_DEPENDS=puppet:sysutils/puppet8
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d