2015-10-02 17:11:36 +02:00
|
|
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rq
|
2016-03-02 14:59:24 +01:00
|
|
|
PORTVERSION= 0.5.6
|
2015-10-02 17:11:36 +02:00
|
|
|
CATEGORIES= devel python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
|
|
COMMENT= Simple library for creating background jobs, and processing them
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>=2.7:databases/py-redis \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click
|
2015-10-02 17:11:36 +02:00
|
|
|
|
|
|
|
USES= python
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|