freebsd-ports/sysutils/ansible-sshjail/Makefile
Guido Falsi 15cc5bd5f7 sysutils/ansible-sshjail: Update to latest commit
Update to latest upstream commit which includes fixes to allow it
to work with recent ansible releases.

Remove homegrown patch superseded by upstream commits.
2021-08-07 11:55:00 +02:00

28 lines
558 B
Makefile

PORTNAME= ansible-sshjail
DISTVERSIONPREFIX= v
DISTVERSION= 1.1.0-35
DISTVERSIONSUFFIX= -g35c3bf6
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>