aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ansible
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2021-05-12 18:44:57 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2021-05-12 18:45:51 +0000
commitefbcca36ecd1a10560535b2700e541794cbfb404 (patch)
treeb6c08a6dc5817b4186da79f8cf0399c99a81be46 /sysutils/ansible
parentd8d1a628f6adcdf106e06d0a8e9fcd55a59b5ec4 (diff)
downloadports-efbcca36ecd1a10560535b2700e541794cbfb404.tar.gz
ports-efbcca36ecd1a10560535b2700e541794cbfb404.zip
sysutils/ansible2: New port
This port is meant to track the legacy 2.X branch of Ansible as sysutils/ansible is about to switch to 3.X.
Diffstat (limited to 'sysutils/ansible')
-rw-r--r--sysutils/ansible/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 43befaa18907..2c7924f66b52 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -59,7 +59,7 @@ PLIST_FILES?= man/man1/ansible-config.1.gz \
man/man1/ansible.1.gz
PORTEXAMPLES= ansible.cfg hosts
-_ANSIBLE_VERSIONS= 1 23 24 25 26 27 28
+_ANSIBLE_VERSIONS= 1 2 23 24 25 26 27 28
_ANSIBLE_PACKAGES= ${PYTHON_PKGNAMEPREFIX}ansible-*
.for version in ${_ANSIBLE_VERSIONS}
_ANSIBLE_PACKAGES+= ${PYTHON_PKGNAMEPREFIX}ansible${version}-*