1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/libmaxminddb/Makefile
Bernhard Froehlich 29b26ddd51 net/libmaxminddb: Add CPE information
Approved by:    portmgr (blanket)
2021-10-08 11:43:41 +00:00

22 lines
510 B
Makefile

PORTNAME= libmaxminddb
PORTVERSION= 1.6.0
CATEGORIES= net
MASTER_SITES= https://github.com/maxmind/libmaxminddb/releases/download/${PORTVERSION}/
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Library for the MaxMind DB file format used for GeoIP2
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11 cpe gmake libtool
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPE_VENDOR= maxmind
.include <bsd.port.mk>