aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-queuelib/Makefile
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-09-12 01:33:18 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-09-12 01:33:18 +0000
commit901572d44aa0179f18db30eaa993c8929d44157e (patch)
tree2760016f7a1e31b7efa5b0f29b64c32e4664df7e /sysutils/py-queuelib/Makefile
parent0abc164359817efc12a5d026b1911b05e531a32f (diff)
downloadports-901572d44aa0179f18db30eaa993c8929d44157e.tar.gz
ports-901572d44aa0179f18db30eaa993c8929d44157e.zip
New port: sysutils/py-queuelib
Queuelib is a collection of persistent (disk-based) queues for Python. Queuelib's goals are speed and simplicity. It was originally part of the Scrapy framework and stripped out into its own library. WWW: https://github.com/scrapy/queuelib
Notes
Notes: svn path=/head/; revision=367998
Diffstat (limited to 'sysutils/py-queuelib/Makefile')
-rw-r--r--sysutils/py-queuelib/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/py-queuelib/Makefile b/sysutils/py-queuelib/Makefile
new file mode 100644
index 000000000000..a5fa3a2a53c0
--- /dev/null
+++ b/sysutils/py-queuelib/Makefile
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= queuelib
+PORTVERSION= 1.2.2
+CATEGORIES= sysutils python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= jhale@FreeBSD.org
+COMMENT= Collection of persistent (disk-based) queues
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+.include <bsd.port.mk>