Reviewed by: osa (mentor) Approved by: osa (mentor) Differential Revision: https://reviews.freebsd.org/D27649
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# Created by: Juraj Lutter <juraj@lutter.sk>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= logswan
|
|
PORTVERSION= 2.1.8
|
|
CATEGORIES= www
|
|
|
|
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
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fcambus
|
|
|
|
PLIST_FILES= bin/${PORTNAME} \
|
|
man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|