summaryrefslogtreecommitdiff
path: root/misc/iso-codes/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/iso-codes/Makefile')
-rw-r--r--misc/iso-codes/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile
index 70448e542e93..19b672f3a6a9 100644
--- a/misc/iso-codes/Makefile
+++ b/misc/iso-codes/Makefile
@@ -1,16 +1,18 @@
PORTNAME= iso-codes
DISTVERSIONPREFIX= v
-DISTVERSION= 4.15.0
+DISTVERSION= 4.18.0
CATEGORIES= misc
-MAINTAINER= kwm@FreeBSD.org
-COMMENT= Lists of the country, language, and currency iso names
+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
@@ -18,6 +20,4 @@ USE_GITLAB= yes
GL_SITE= https://salsa.debian.org
GL_ACCOUNT= iso-codes-team
-BINARY_ALIAS= python3=${PYTHON_VERSION}
-
.include <bsd.port.mk>