aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-billiard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-billiard/Makefile')
-rw-r--r--devel/py-billiard/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/py-billiard/Makefile b/devel/py-billiard/Makefile
new file mode 100644
index 0000000..e29c488
--- /dev/null
+++ b/devel/py-billiard/Makefile
@@ -0,0 +1,28 @@
+COMMENT = python multiprocessing fork with improvements and bugfixes
+
+MODPY_EGG_VERSION = 3.6.4.0
+
+DISTNAME = billiard-${MODPY_EGG_VERSION}
+
+PKGNAME = py-${DISTNAME}
+
+CATEGORIES = devel
+
+HOMEPAGE = https://pypi.python.org/pypi/billiard
+
+MAINTAINER = la ninpre <aaoth@aaoth.xyz>
+
+# BSD 3-Clause
+PERMIT_PACKAGE = Yes
+
+MODULES = lang/python
+
+MODPY_PI = Yes
+MODPY_PYBUILD = setuptools
+
+TEST_DEPENDS = sysutils/py-psutil${MODPY_FLAVOR}
+
+FLAVORS = python3
+FLAVOR = python3
+
+.include <bsd.port.mk>