2013-04-27 20:07:30 +00:00
|
|
|
# Created by: Olivier Duchateau
|
2012-01-14 19:26:18 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= urllib3
|
2013-04-27 20:07:30 +00:00
|
|
|
PORTVERSION= 1.6
|
2012-01-14 19:26:18 +00:00
|
|
|
CATEGORIES= net python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2012-08-09 20:00:47 +00:00
|
|
|
MAINTAINER= olivierd@FreeBSD.org
|
2012-01-14 19:26:18 +00:00
|
|
|
COMMENT= Enhance HTTP Python's standard library
|
|
|
|
|
|
|
|
LICENSE= MIT
|
2013-04-27 20:07:30 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ndg_httpsclient>=0.3.2:${PORTSDIR}/net/py-ndg_httpsclient
|
2012-01-14 19:26:18 +00:00
|
|
|
|
2012-03-04 12:39:34 +00:00
|
|
|
USE_PYTHON= yes
|
2012-01-14 19:26:18 +00:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|