git: 29b26ddd5117 - main - net/libmaxminddb: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 11:45:08 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=29b26ddd5117fc8803bcc321101b7345870ebc5d commit 29b26ddd5117fc8803bcc321101b7345870ebc5d Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2021-10-08 11:43:41 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-10-08 11:43:41 +0000 net/libmaxminddb: Add CPE information Approved by: portmgr (blanket) --- net/libmaxminddb/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/libmaxminddb/Makefile b/net/libmaxminddb/Makefile index 4a1acb9cd083..a69eb795a90d 100644 --- a/net/libmaxminddb/Makefile +++ b/net/libmaxminddb/Makefile @@ -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>