aa7a6c429e
With hat: portmgr
21 lines
310 B
Makefile
21 lines
310 B
Makefile
# $FreeBSD$
|
|
|
|
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"
|