View | Details | Raw Unified | Return to bug 202799
Collapse All | Expand All

(-)Makefile (-5 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	ansible
4
PORTNAME=	ansible
5
PORTVERSION=	1.9.2
5
PORTVERSION=	1.9.2
6
PORTREVISION=	1
6
CATEGORIES=	sysutils python
7
CATEGORIES=	sysutils python
7
MASTER_SITES=	http://releases.ansible.com/ansible/
8
MASTER_SITES=	http://releases.ansible.com/ansible/
8
9
Lines 21-31 Link Here
21
22
22
USES=		cpe python:2 shebangfix
23
USES=		cpe python:2 shebangfix
23
USE_PYTHON=	autoplist distutils
24
USE_PYTHON=	autoplist distutils
24
SHEBANG_FILES=	lib/ansible/runner/action_plugins/synchronize.py \
25
SHEBANG_FILES=	lib/ansible/runner/action_plugins/synchronize.py
25
		lib/ansible/modules/core/*/*.py \
26
		lib/ansible/modules/core/*/*/*.py \
27
		lib/ansible/modules/extras/*/*.py \
28
		lib/ansible/modules/extras/*/*/*.py
29
CPE_VENDOR=	ansibleworks
26
CPE_VENDOR=	ansibleworks
30
27
31
SUB_FILES=	pkg-message
28
SUB_FILES=	pkg-message

Return to bug 202799