summaryrefslogtreecommitdiff
path: root/devel/py-eliot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-eliot/Makefile')
-rw-r--r--devel/py-eliot/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/devel/py-eliot/Makefile b/devel/py-eliot/Makefile
new file mode 100644
index 000000000000..59265efee720
--- /dev/null
+++ b/devel/py-eliot/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= eliot
+DISTVERSION= 1.17.5
+CATEGORIES= devel python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= dtxdf@FreeBSD.org
+COMMENT= Logging library that tells you why it happened
+WWW= https://pypi.org/project/${PORTNAME} \
+ https://github.com/itamarst/${PORTNAME}
+
+LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boltons>=0:devel/py-boltons@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}orjson>=0:devel/py-orjson@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pyrsistent>=0:devel/py-pyrsistent@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>