mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
8a4a40d871
post. WWW: http://urllib3.readthedocs.org/ PR: ports/163972 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
24 lines
483 B
Makefile
24 lines
483 B
Makefile
# New ports collection makefile for: py-urllib3
|
|
# Date created: 2012-01-09
|
|
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= urllib3
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= Enhance HTTP Python's standard library
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
.include <bsd.port.mk>
|