aboutsummaryrefslogblamecommitdiff
path: root/textproc/py-pycountry/Makefile
blob: 073b0ed425d87797693dc5e1e026e1b649762e49 (plain) (tree)
1
2
3
4
5
6
7
8
9
                         
                      
                               
                    



                                                                                                          
                                                           



                                     
                           




                                              
PORTNAME=	pycountry
PORTVERSION=	22.3.5
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/flyingcircusio/pycountry

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

USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

NO_ARCH=	yes

.include <bsd.port.mk>