aboutsummaryrefslogtreecommitdiff
path: root/www/logswan/Makefile
blob: 1f61c500e4b8ce7f91181c01481197f392060d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Juraj Lutter <juraj@lutter.sk>

PORTNAME=	logswan
DISTVERSION=	2.1.11
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} \
		share/man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>