mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- 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]
28 lines
558 B
Makefile
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>
|