View | Details | Raw Unified | Return to bug 228268 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +3 lines)
Lines 2-10 Link Here
2
2
3
PORTNAME=	ansible
3
PORTNAME=	ansible
4
PORTVERSION?=	2.5.2
4
PORTVERSION?=	2.5.2
5
PORTREVISION?=	1
5
PORTREVISION?=	2
6
CATEGORIES=	sysutils python
6
CATEGORIES=	sysutils python
7
MASTER_SITES=	http://releases.ansible.com/ansible/
7
MASTER_SITES=	http://releases.ansible.com/ansible/
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
9
9
MAINTAINER=	lifanov@FreeBSD.org
10
MAINTAINER=	lifanov@FreeBSD.org
10
COMMENT=	Radically simple IT automation
11
COMMENT=	Radically simple IT automation
Lines 25-31 Link Here
25
26
26
NO_ARCH=	yes
27
NO_ARCH=	yes
27
USES?=		cpe python
28
USES?=		cpe python
28
USE_PYTHON=	autoplist distutils noflavors
29
USE_PYTHON=	autoplist distutils
29
CPE_VENDOR=	ansibleworks
30
CPE_VENDOR=	ansibleworks
30
31
31
SUB_FILES=	pkg-message
32
SUB_FILES=	pkg-message

Return to bug 228268