b18d735ad9
- Update LICENSE_FILE
- Revert unnecessary changes in a23e72e46d
Changes: https://salsa.debian.org/iso-codes-team/iso-codes/-/blob/main/CHANGELOG.md
21 lines
543 B
Makefile
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>
|