Manual tweak textproc/code-minimap
[dports.git] / textproc / py-pycountry / Makefile
1 PORTNAME=       pycountry
2 PORTVERSION=    22.3.5
3 CATEGORIES=     textproc python
4 MASTER_SITES=   PYPI
5 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
6
7 MAINTAINER=     sunpoet@FreeBSD.org
8 COMMENT=        ISO country, subdivision, language, currency and script definitions and their translations
9 WWW=            https://github.com/flyingcircusio/pycountry
10
11 LICENSE=        LGPL21
12 LICENSE_FILE=   ${WRKSRC}/LICENSE.txt
13
14 USES=           python
15 USE_PYTHON=     autoplist concurrent distutils
16
17 NO_ARCH=        yes
18
19 .include <bsd.port.mk>