3a3a800515
WWW: http://python-requests.org/ PR: ports/159956 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
25 lines
561 B
Makefile
25 lines
561 B
Makefile
# New ports collection makefile for: py-requests
|
|
# Date created: 2011-07-30
|
|
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= requests
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= Requests is an elegant and simple HTTP library for Python
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|