Files
ports/sysutils/ansible27/Makefile
T
Antoine Brodin aa7a6c429e Drop python 2.7 support from a few ports
With hat:	portmgr
2020-12-28 23:02:12 +00:00

23 lines
386 B
Makefile

# $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"