mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
bb43a505cf
Most of the work was done by koobs. Thank you! PR: 228268 Submitted by: koobs Reported by: Christopher Hall
15 lines
232 B
Makefile
15 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.4.4.0
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= 24
|
|
|
|
CONFLICTS= ansible-* ansible1-* ansible23-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../ansible
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
EXTRA_PATCHES=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|