aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-amqp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-amqp/Makefile')
-rw-r--r--devel/py-amqp/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/py-amqp/Makefile b/devel/py-amqp/Makefile
new file mode 100644
index 0000000..cecf28c
--- /dev/null
+++ b/devel/py-amqp/Makefile
@@ -0,0 +1,30 @@
+COMMENT = advanced messsage queuing protocol client library
+
+MODPY_EGG_VERSION = 5.1.1
+
+DISTNAME = amqp-${MODPY_EGG_VERSION}
+
+PKGNAME = py-${DISTNAME}
+
+CATEGORIES = devel
+
+HOMEPAGE = https://github.com/celery/py-amqp
+
+MAINTAINER = la ninpre <aaoth@aaoth.xyz>
+
+# BSD 3-Clause
+PERMIT_PACKAGE = Yes
+
+MODULES = lang/python
+
+MODPY_PI = Yes
+MODPY_PYBUILD = setuptools
+
+RUN_DEPENDS = devel/py-vine${MODPY_FLAVOR}
+# TEST FAILS, probably it tries to do some connectivity, but _pbuild is disabled in pf
+TEST_DEPENDS = ${RUN_DEPENDS}
+
+FLAVORS = python3
+FLAVOR = python3
+
+.include <bsd.port.mk>