blob: dd2c63e0f3e4dcda3214df8ce951e10bc0927a77 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTVERSION= 2.8.11
PKGNAMESUFFIX= 28
CONFLICTS= ansible-* \
ansible1-* \
ansible23-* \
ansible24-* \
ansible25-* \
ansible26-* \
ansible27-*
MASTERDIR= ${.CURDIR}/../ansible
DISTINFO_FILE= ${.CURDIR}/distinfo
USES= cpe python:3.6+
EXTRA_PATCHES=
.include "${MASTERDIR}/Makefile"
|