403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/sysutils/ansible/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/sysutils/ansible/Makefile
PORTNAME=	ansible
DISTVERSION=	6.1.0
CATEGORIES=	sysutils python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	Radically simple IT automation
WWW=		https://www.ansible.com/

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR}

USES=		ansible:env cpe python:3.6+ shebangfix
CPE_VENDOR=	redhat
USE_PYTHON=	autoplist concurrent distutils

SHEBANG_FILES=	ansible_collections/community/zabbix/roles/zabbix_proxy/files/install_semodule.bsx \
		ansible_collections/community/zabbix/roles/zabbix_server/files/install_semodule.bsx \
		ansible_collections/cyberark/conjur/ci/build_release \
		ansible_collections/cyberark/conjur/ci/publish_to_galaxy \
		ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr \
		ansible_collections/ovirt/ovirt/roles/disaster_recovery/files/ovirt-dr \
		ansible_collections/cisco/meraki/scripts/sublime-build/build.py.generic
# It's probably best to leave shebangs in modules untouched as they must be
# either unversioned or absent.
# See [1] and [2].
# [1]: https://github.com/ansible/ansible/issues/78243
# [2]: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265211
SHEBANG_REGEX=	(([^/])|(/[^m])|(/m[^o])|(/mo[^d])|(/mod[^u])|(/modu[^l])|(/modul[^e])|(/module[^s])|(/modules[^/]))*\.(py|sh|build.py.generic)
python_OLD_CMD=	/Users/kbreit/Documents/Programming/ansible_collections/cisco/meraki/venv/bin/python

CONFLICTS_INSTALL=	${_ANSIBLE_PACKAGES:N${PKGBASE}}

NO_ARCH=	yes

DO_MAKE_TEST=	ansible -m ping
TEST_TARGET=	localhost

_ANSIBLE_VERSIONS=	1 2 23 24 25 26 27 28 4
_ANSIBLE_PACKAGES=	${PYTHON_PKGNAMEPREFIX}ansible
.for version in ${_ANSIBLE_VERSIONS}
_ANSIBLE_PACKAGES+=	${PYTHON_PKGNAMEPREFIX}ansible${version}
.endfor

post-patch:
	${FIND} ${WRKSRC} -type f -exec ${GREP} --null -El '(/etc/ansible|/usr/share/ansible)' {} + | ${XARGS} -n 500 -0 ${REINPLACE_CMD} \
		-e 's|/etc/ansible|${ETCDIR}|g' \
		-e 's|/usr/share/ansible|${DATADIR}|g'
	${FIND} ${WRKSRC} -type f -name "*.bak" -delete

.include <bsd.port.mk>

# Make sure that we override the unique DATADIR and ETCDIR set
# by the implicit USES=uniquefiles.
DATADIR=	${ANSIBLE_DATADIR}
ETCDIR=		${ANSIBLE_ETCDIR}

Youez - 2016 - github.com/yon3zu
LinuXploit