freebsd-ports/www/py-requests/Makefile
Martin Wilke 3a3a800515 Requests: HTTP for Humans. It's an elegand and simple HTTP library for Python.
WWW:	http://python-requests.org/

PR:		ports/159956
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2011-08-26 04:37:53 +00:00

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>