aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pylogsentinel/Makefile
blob: e601da27f4f9407abf707dcd7308d1df47b9cf51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	pylogsentinel
PORTVERSION=	0.5.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>