2020-06-02 20:41:59 +02:00
|
|
|
# Created by: Juraj Lutter <juraj@lutter.sk>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= logswan
|
2020-10-22 08:04:50 +02:00
|
|
|
PORTVERSION= 2.1.8
|
2020-06-02 20:41:59 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2020-12-17 21:06:40 +01:00
|
|
|
MAINTAINER= otis@FreeBSD.org
|
2020-06-02 20:41:59 +02:00
|
|
|
COMMENT= Fast Web log analyzer
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libjansson.so:devel/jansson \
|
|
|
|
libmaxminddb.so:net/libmaxminddb
|
|
|
|
|
2020-06-03 08:02:36 +02:00
|
|
|
USES= cmake compiler:c11
|
2020-06-02 20:41:59 +02:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= fcambus
|
|
|
|
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
|
|
man/man1/${PORTNAME}.1.gz
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|