ports/misc/iso-codes/Makefile
Po-Chuan Hsieh 7b1b252daa
misc/iso-codes: Add LICENSE_FILE
- Update COMMENT
- Update pkg-descr
- Take maintainership
2025-07-11 12:31:44 +08:00

24 lines
540 B
Makefile

PORTNAME= iso-codes
DISTVERSIONPREFIX= v
DISTVERSION= 4.18.0
CATEGORIES= misc
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}/COPYING
USES= gettext-tools gmake pathfix python:build tar:xz
BINARY_ALIAS= python3=${PYTHON_VERSION}
GNU_CONFIGURE= yes
NO_ARCH= yes
USE_GITLAB= yes
GL_SITE= https://salsa.debian.org
GL_ACCOUNT= iso-codes-team
.include <bsd.port.mk>