freebsd-ports/www/logswan/Makefile
2022-11-09 22:04:13 +01:00

21 lines
445 B
Makefile

PORTNAME= logswan
DISTVERSION= 2.1.13
CATEGORIES= www
MASTER_SITES= https://github.com/fcambus/logswan/releases/download/${DISTVERSION}/
MAINTAINER= otis@FreeBSD.org
COMMENT= Fast Web log analyzer
WWW= https://www.logswan.org
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libjansson.so:devel/jansson \
libmaxminddb.so:net/libmaxminddb
USES= cmake compiler:c11
PLIST_FILES= bin/${PORTNAME} \
share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>