forked from Lainports/opnsense-ports
13 lines
226 B
Makefile
13 lines
226 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 2.5.8
|
|
PKGNAMESUFFIX= 25
|
|
|
|
CONFLICTS= ansible-* ansible1-* ansible23-* ansible24-*
|
|
|
|
MASTERDIR= ${.CURDIR}/../ansible
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
EXTRA_PATCHES=
|
|
|
|
.include "${MASTERDIR}/Makefile"
|