aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-30 14:47:58 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-30 15:14:16 +0000
commit52b20f35c1f4c0221772ed703fa1e334f7ad831f (patch)
tree99e9bf4f742a066478928f39b70467c2c0a010a1
parent574c5ed5354b9fd823870482ad51b15205ab7f18 (diff)
downloadports-52b20f35c1f4c0221772ed703fa1e334f7ad831f.tar.gz
ports-52b20f35c1f4c0221772ed703fa1e334f7ad831f.zip
www/adguardhome: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--www/adguardhome/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/adguardhome/Makefile b/www/adguardhome/Makefile
index 9e16904569b8..cd8ecb8eee19 100644
--- a/www/adguardhome/Makefile
+++ b/www/adguardhome/Makefile
@@ -9,7 +9,7 @@ COMMENT= Network-wide ads & trackers blocking DNS server
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= go:modules
+USES= cpe go:modules
GO_MODULE= github.com/AdguardTeam/AdGuardHome
@@ -26,6 +26,8 @@ USER= root # it has to run as root because it listens on the privileged DNS por
SUB_LIST= USER=${USER}
USE_RC_SUBR= ${PORTNAME}
+CPE_VENDOR= adguard
+
.if (${DEV_UPDATE_MODE} == "yes")
BUILD_DEPENDS= npm:www/npm \
yarn:www/yarn