ports/sysutils/ansible-sshjail/Makefile
Guido Falsi f3e2dd3b44 sysutils/ansible-sshjail: Update, fix with ansible 5.x
- Update port to latest upstream commit
- Import upstream Pull Request patch fixing at runtime with recent
  ansible 5.x [1]

Obtained from:	https://github.com/austinhyde/ansible-sshjail/pull/38 [1]
2022-01-26 14:56:21 +01:00

28 lines
558 B
Makefile

PORTNAME= ansible-sshjail
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0-37
DISTVERSIONSUFFIX= -ge712c53
CATEGORIES= sysutils
MAINTAINER= madpilot@FreeBSD.org
COMMENT= Ansible connector for remote jails
LICENSE= MIT
USES= ansible:plugin python
ANSIBLE_PLUGIN_TYPE= connection
USE_GITHUB= yes
GH_ACCOUNT= austinhyde
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= ${ANSIBLE_PLUGINSDIR}/sshjail.py
do-install:
${MKDIR} ${STAGEDIR}/${ANSIBLE_PLUGINSDIR}
${INSTALL_SCRIPT} ${WRKSRC}/sshjail.py \
${STAGEDIR}/${ANSIBLE_PLUGINSDIR}/sshjail.py
.include <bsd.port.mk>