b36cd4de43
Import patch from upstream Pull request to allow it to work properly with new ansible release. Obtained from: https://github.com/austinhyde/ansible-sshjail/pull/46
31 lines
626 B
Makefile
31 lines
626 B
Makefile
PORTNAME= ansible-sshjail
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.1.0-48
|
|
DISTVERSIONSUFFIX= -ga7b0076
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= madpilot@FreeBSD.org
|
|
COMMENT= Ansible connector for remote jails
|
|
WWW= https://github.com/austinhyde/ansible-sshjail
|
|
|
|
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>
|