From cad168be318a5da9460d1c384c6813ed9fab0ecf Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 8 Oct 2021 11:49:16 +0000 Subject: net/miniupnpc: Add CPE information Approved by: portmgr (blanket) --- net/miniupnpc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index f5c588b3f9d5..3ee7718613ad 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -10,10 +10,12 @@ COMMENT?= UPnP IGD client lightweight library LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES+= gmake +USES+= cpe gmake HAS_CONFIGURE= yes USE_LDCONFIG= yes +CPE_VENDOR= miniupnp_project + CONFIGURE_SCRIPT= updateminiupnpcstrings.sh MAKE_ENV+= INSTALLPREFIX=${PREFIX} -- cgit v1.2.3