Files
ports/sysutils/py-ansible-core/Makefile
T
Cy Schubert 9856c96e4f sysutils/py-ansible-core: Set default to py-ansible-core221
Now that python312 is default we can set py-ansible-core221 as default.
2026-07-06 09:37:49 -07:00

10 lines
231 B
Makefile

VERSIONS= 218 219 220 221
ANSIBLE_CORE_VERSION?= 221
MASTERDIR= ${.CURDIR}/../py-ansible-core${ANSIBLE_CORE_VERSION}
# Portscout only the master ports, never the metaport.
PORTSCOUT= ignore:1
.include "${MASTERDIR}/Makefile"