1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/libmaxminddb/Makefile
Kurt Jaeger 3c7777a791 New port: net/libmaxminddb
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
2015-02-16 19:32:54 +00:00

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>