freebsd-ports/www/py-grequests/Makefile
Martin Wilke 59aaf7d237 GRequests allows you to use Requests with Gevent to make asyncronous HTTP
Requests easily.

WWW:	https://github.com/kennethreitz/grequests

PR:		ports/168554
Submitted by:	koobs <koobs.freebsd@gmail.com>
2012-06-05 02:36:38 +00:00

25 lines
550 B
Makefile

# New ports collection makefile for: py-grequests
# Date created: 2012-05-31
# Whom: koobs <koobs.freebsd@gmail.com>
#
# $FreeBSD$
#
PORTNAME= grequests
PORTVERSION= 0.1.0
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= koobs.freebsd@gmail.com
COMMENT= Pythons Requests + Gevent
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>0:${PORTSDIR}/devel/py-gevent \
${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>