mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
3c7777a791
The libmaxminddb library provides a C library for reading MaxMind DB files, including the GeoIP2 databases from MaxMind. This is a custom binary format designed to facilitate fast lookups of IP addresses while allowing for great flexibility in the type of data associated with an address. WWW: https://github.com/maxmind/libmaxminddb PR: 197713 Submitted by: fullermd@over-yonder.net
21 lines
431 B
Makefile
21 lines
431 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libmaxminddb
|
|
DISTVERSION= 1.0.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${DISTVERSION}/
|
|
|
|
MAINTAINER= fullermd@over-yonder.net
|
|
COMMENT= Library for the MaxMind DB file format used for GeoIP2
|
|
|
|
LICENSE= APACHE20
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USES= libtool
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmaxminddb.so.0.0.7
|
|
|
|
.include <bsd.port.mk>
|