summaryrefslogtreecommitdiff
path: root/devel/py-celery-singleton/Makefile.new
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-celery-singleton/Makefile.new21
1 files changed, 0 insertions, 21 deletions
diff --git a/devel/py-celery-singleton/Makefile.new b/devel/py-celery-singleton/Makefile.new
deleted file mode 100644
index 6b4799d76b7f..000000000000
--- a/devel/py-celery-singleton/Makefile.new
+++ /dev/null
@@ -1,21 +0,0 @@
-PORTNAME= celery-singleton
-PORTVERSION= 0.3.1
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= dvl@FreeBSD.org
-COMMENT= Prevent duplicate celery tasks
-WWW= https://github.com/steinitzu/celery-singleton
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:databases/py-redis@${PY_FLAVOR}
-
-USES= python:run
-USE_PYTHON= autoplist distutils
-NO_ARCH= yes
-
-.include <bsd.port.mk>