freebsd-ports/www/logswan/Makefile

24 lines
419 B
Makefile
Raw Normal View History

# 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>