ports/devel/iso-codes/Makefile

28 lines
518 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= lists of the country, language and currency iso names
V = 4.16.0
2023-08-16 22:26:55 +00:00
DISTNAME= iso-codes-v${V}
PKGNAME = iso-codes-${V}
CATEGORIES= devel
REVISION = 0
2023-08-16 22:26:55 +00:00
HOMEPAGE= https://salsa.debian.org/iso-codes-team/iso-codes
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
2023-09-22 16:24:11 +00:00
SITES = https://salsa.debian.org/iso-codes-team/iso-codes/-/archive/v${V}/
2023-08-16 22:26:55 +00:00
USE_GMAKE= Yes
MODULES= lang/python
MODPY_RUNDEP= No
BUILD_DEPENDS= devel/gettext,-tools
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>