aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pylogsentinel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/pylogsentinel/Makefile')
-rw-r--r--sysutils/pylogsentinel/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/pylogsentinel/Makefile b/sysutils/pylogsentinel/Makefile
new file mode 100644
index 0000000..1ec7960
--- /dev/null
+++ b/sysutils/pylogsentinel/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= pylogsentinel
+PORTVERSION= 0.4.0
+CATEGORIES= sysutils
+MASTER_SITES= PYPI
+
+MAINTAINER= jan@jantuomi.fi
+COMMENT= Lightweight cron-friendly log monitoring utility
+
+LICENSE= MIT
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+
+USES= python:3.11+
+USE_PYTHON= pep517 autoplist
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>