1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/www/varnish-libvmod-maxminddb/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

29 lines
643 B
Makefile

PORTNAME= libvmod-maxminddb
DISTVERSION= 1.0.1
CATEGORIES= www
PKGNAMEPREFIX= varnish-
MAINTAINER= allanjude@FreeBSD.org
COMMENT= Varnish Module (vmod) for accessing maxminddb geoip data
LICENSE= BSD2CLAUSE
BUILD_DEPENDS= rst2man:textproc/py-docutils@${PY_FLAVOR}
LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
USES= autoreconf compiler:c11 gmake libtool pkgconfig \
python:3.7+,build varnish:6
USE_GITHUB= yes
GH_ACCOUNT= scaleengine
GH_PROJECT= libvmod_maxminddb
USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>