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