mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
bb43a505cf
Most of the work was done by koobs. Thank you! PR: 228268 Submitted by: koobs Reported by: Christopher Hall
34 lines
882 B
Makefile
34 lines
882 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= 1
|
|
PORTVERSION= 1.9.6
|
|
PORTREVISION= 3
|
|
|
|
CONFLICTS= ansible-* ansible23-* ansible24-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../ansible
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}pycrypto>0:security/py-pycrypto@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}paramiko>0:security/py-paramiko@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR}
|
|
|
|
USES= cpe python:2.7 shebangfix
|
|
|
|
PLIST_FILES= man/man1/ansible-doc.1.gz \
|
|
man/man1/ansible-galaxy.1.gz \
|
|
man/man1/ansible-playbook.1.gz \
|
|
man/man1/ansible-pull.1.gz \
|
|
man/man1/ansible-vault.1.gz \
|
|
man/man1/ansible.1.gz
|
|
|
|
SHEBANG_FILES= lib/ansible/runner/action_plugins/synchronize.py
|
|
|
|
EXTRA_PATCHES=
|
|
|
|
DEPRECATED= please upgrade to sysutils/ansible
|
|
EXPIRATION_DATE= 2017-10-01
|
|
|
|
.include "${MASTERDIR}/Makefile"
|