mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
cc9f166a48
PR: 259610 Approved by: kwm (maintainer timeout)
25 lines
496 B
Makefile
25 lines
496 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
PORTNAME= iso-codes
|
|
PORTVERSION= 4.7
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= Lists of the country, language, and currency iso names
|
|
|
|
LICENSE= LGPL21
|
|
|
|
USES= gettext-tools gmake pathfix python:3.4+,build tar:xz
|
|
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
USE_GITLAB= yes
|
|
GL_SITE= https://salsa.debian.org
|
|
GL_ACCOUNT= iso-codes-team
|
|
GL_COMMIT= 59767ed869f3952575f7d0f639a290a4c4b315e5
|
|
|
|
BINARY_ALIAS= python3=${PYTHON_VERSION}
|
|
|
|
.include <bsd.port.mk>
|