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