diff options
| author | Jan T <jan@jantuomi.fi> | 2026-07-23 19:24:22 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-23 19:26:00 +0300 |
| commit | d57b5cd7830a5b4ed1437b1b648dca62a9b6eea3 (patch) | |
| tree | 85c5e69424dd2fe4c07be9dbb1b4267ee1503c3d /sysutils/pylogsentinel/Makefile | |
*/*: initial commit
Diffstat (limited to 'sysutils/pylogsentinel/Makefile')
| -rw-r--r-- | sysutils/pylogsentinel/Makefile | 19 |
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> |
