mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
29 lines
599 B
Makefile
29 lines
599 B
Makefile
# Created by: René Ladan <rene@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= django-rq
|
|
PORTVERSION= 1.0.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rene@FreeBSD.org
|
|
COMMENT= Provides Django integration for RQ (Redis Queue)
|
|
|
|
LICENSE= MIT
|
|
|
|
TEST_DEPENDS= redis-server:databases/redis
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.5:www/py-django18@${FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}rq>=0.5.5:devel/py-rq@${FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ui
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|