aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-vine/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-vine/Makefile')
-rw-r--r--devel/py-vine/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/py-vine/Makefile b/devel/py-vine/Makefile
new file mode 100644
index 0000000..a003278
--- /dev/null
+++ b/devel/py-vine/Makefile
@@ -0,0 +1,26 @@
+COMMENT = promises library for python
+
+MODPY_EGG_VERSION = 5.0.0
+
+DISTNAME = vine-${MODPY_EGG_VERSION}
+
+PKGNAME = py-${DISTNAME}
+
+CATEGORIES = devel
+
+HOMEPAGE = https://github.com/celery/vine
+
+MAINTAINER = la ninpre <aaoth@aaoth.xyz>
+
+# BSD 3-Clause
+PERMIT_PACKAGE = Yes
+
+MODULES = lang/python
+
+MODPY_PI = Yes
+MODPY_PYBUILD = setuptools
+
+FLAVORS = python3
+FLAVOR = python3
+
+.include <bsd.port.mk>