aboutsummaryrefslogtreecommitdiff
path: root/net/py-urllib3/Makefile
blob: 03c54e08cf1a8328220ee849ffd24f1eafd04b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	urllib3
PORTVERSION=	1.19.1
CATEGORIES=	net python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	olivierd@FreeBSD.org
COMMENT=	Enhance HTTP Python's standard library

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

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.7:net/py-pysocks \
	${PYTHON_PKGNAMEPREFIX}cryptography>=1.3.4:security/py-cryptography \
	${PYTHON_PKGNAMEPREFIX}openssl>=16.0:security/py-openssl \
	${PYTHON_PKGNAMEPREFIX}idna>=2.0:dns/py-idna

USES=	python
USE_PYTHON=	distutils autoplist
NO_ARCH=	yes
SUB_FILES=	pkg-message

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} < 3300
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress
.endif

.if ${PYTHON_REL} < 3400
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi
.endif

.include <bsd.port.post.mk>