aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ansible27/Makefile
blob: 358fd0cd59afb91b3ae26e26d153ba06f3bbb837 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTVERSION=	2.7.17
PORTREVISION=	1
PKGNAMESUFFIX=	27

CONFLICTS=	ansible-* \
		ansible1-* \
		ansible23-* \
		ansible24-* \
		ansible25-* \
		ansible26-* \
		ansible28-*

MASTERDIR=	${.CURDIR}/../ansible
DISTINFO_FILE=	${.CURDIR}/distinfo

USES=		cpe python:3.6+
EXTRA_PATCHES=	${FILESDIR}/extra-patch-sesu \
		${FILESDIR}/extra-patch-27

.include "${MASTERDIR}/Makefile"