1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/www/logswan/Makefile
2021-04-06 16:31:07 +02:00

22 lines
455 B
Makefile

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