1PORTNAME= iso-codes 2PORTVERSION= 4.20.1 3CATEGORIES= misc 4MASTER_SITES= DEBIAN_POOL 5DISTNAME= iso-codes_${PORTVERSION}.orig 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Lists of the country, language, and currency iso names 9WWW= https://salsa.debian.org/iso-codes-team/iso-codes 10 11LICENSE= lgpl2.1 12LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt 13 14USES= gettext-tools meson python:build tar:xz 15 16BINARY_ALIAS= python3=${PYTHON_CMD} 17NO_ARCH= yes 18WRKSRC= ${WRKDIR}/iso-codes-${PORTVERSION} 19 20.include <bsd.port.mk> 21