mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
- Use DISTVERSION and use version numbering corresponding to upstream tagging format - Remove no more required GL_TAGNAME PR: 273047 Approved by: Maintainer timeout
23 lines
476 B
Makefile
23 lines
476 B
Makefile
PORTNAME= iso-codes
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.15.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Lists of the country, language, and currency iso names
|
|
WWW= https://salsa.debian.org/iso-codes-team/iso-codes
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= gettext-tools gmake pathfix python:build tar:xz
|
|
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://salsa.debian.org
|
|
GL_ACCOUNT= iso-codes-team
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
.include <bsd.port.mk>
|