Files
ports/misc/iso-codes/Makefile
T
Po-Chuan Hsieh b18d735ad9 misc/iso-codes: Update to 4.20.1
- Update LICENSE_FILE
- Revert unnecessary changes in a23e72e46d

Changes:	https://salsa.debian.org/iso-codes-team/iso-codes/-/blob/main/CHANGELOG.md
2026-01-15 19:53:10 +08:00

21 lines
543 B
Makefile

PORTNAME= iso-codes
PORTVERSION= 4.20.1
CATEGORIES= misc
MASTER_SITES= DEBIAN_POOL
DISTNAME= iso-codes_${PORTVERSION}.orig
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Lists of ISO standards, e.g. country, language, language scripts and currency names
WWW= https://salsa.debian.org/iso-codes-team/iso-codes
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
USES= gettext-tools meson python:build tar:xz
BINARY_ALIAS= python3=${PYTHON_CMD}
NO_ARCH= yes
WRKSRC= ${WRKDIR}/iso-codes-${PORTVERSION}
.include <bsd.port.mk>