18 lines
272 B
Makefile
18 lines
272 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.4.6.0
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= 24
|
|
|
|
CONFLICTS= ansible-* \
|
|
ansible1-* \
|
|
ansible23-* \
|
|
ansible25-* \
|
|
ansible26-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../ansible
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
EXTRA_PATCHES=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|