ports/www/py-cachecontrol/Makefile
Sunpoet Po-Chuan Hsieh d086d631b1 Update to 0.12.3
Changes:	https://github.com/ionrock/cachecontrol/commits/master
PR:		219598
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2017-05-27 17:33:15 +00:00

22 lines
524 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= CacheControl
PORTVERSION= 0.12.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@rawbw.com
COMMENT= Caching algorithms in httplib2 for use with requests session object
LICENSE= BSD2CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests \
${PYTHON_PKGNAMEPREFIX}lockfile>=0.9:devel/py-lockfile
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>