aboutsummaryrefslogtreecommitdiff
path: root/devel/py-country/Makefile
blob: df076f3a35d701c4dd54fbc719ff736dd0e67c25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Dmitry Sivachenko <demon@FreeBSD.org>

PORTNAME=	country
PORTVERSION=	18.5.26
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	pycountry-${PORTVERSION}

MAINTAINER=	demon@FreeBSD.org
COMMENT=	Python API for ISO country, subdivision, language and currency

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

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>