net/libmaxminddb: Add CPE information

Approved by:    portmgr (blanket)
This commit is contained in:
Bernhard Froehlich
2021-10-08 11:43:41 +00:00
parent f8c5d3facf
commit 29b26ddd51

View File

@@ -9,11 +9,13 @@ COMMENT= Library for the MaxMind DB file format used for GeoIP2
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11 gmake libtool
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>