Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
31 lines
617 B
Makefile
31 lines
617 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libvmod-maxminddb
|
|
DISTVERSION= 1.0.0
|
|
CATEGORIES= www
|
|
PKGNAMEPREFIX= varnish-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Varnish Module (vmod) for accessing maxminddb geoip data
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BUILD_DEPENDS= rst2man:textproc/py-docutils
|
|
|
|
LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb
|
|
|
|
USES= autoreconf gmake libtool pkgconfig python:2.7,build varnish
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static
|
|
INSTALL_TARGET= install-strip
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= simonvik
|
|
GH_PROJECT= libvmod_maxminddb
|
|
GH_TAGNAME= 4ae6a7f
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|