2b208bb180
For ansible >= 2.4, py-cryptography is preferred upstream. PR: 236436 Reported by: John W. O'Brien <john@saltant.com>
18 lines
272 B
Makefile
18 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.4.6.0
|
|
PORTREVISION= 2
|
|
PKGNAMESUFFIX= 24
|
|
|
|
CONFLICTS= ansible-* \
|
|
ansible1-* \
|
|
ansible23-* \
|
|
ansible25-* \
|
|
ansible26-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../ansible
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
EXTRA_PATCHES=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|