freebsd-ports/www/logswan/Makefile
Juraj Lutter 3b403c65cb Update maintainer's e-mail address.
Reviewed by:	osa (mentor)
Approved by:	osa (mentor)
Differential Revision:	https://reviews.freebsd.org/D27649
2020-12-17 20:06:40 +00:00

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>