aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-pycountry/Makefile
blob: 8e44c6871b07d882ce3d4ddd561945f1de2005a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	pycountry
PORTVERSION=	23.12.11
CATEGORIES=	textproc python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	ISO country, subdivision, language, currency and script definitions and their translations
WWW=		https://github.com/pycountry/pycountry

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}

USES=		python:3.9+
USE_PYTHON=	autoplist concurrent pep517

NO_ARCH=	yes

.include <bsd.port.mk>