d974afcf73
- Update maintainer address Submitted by: myself Approved by: miwi, rene (mentors)
28 lines
609 B
Makefile
28 lines
609 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.4
|
|
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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|'dummyserver', ||" ${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|