diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 20:54:35 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:18:17 +0000 |
commit | ee999fc49778aef6bb54fc0eefc74bbf0c0cc685 (patch) | |
tree | 0029b7366a6ee11f3d33bb400765fa160af71c1b /net-mgmt | |
parent | 1857ce7db50ff384e9a3f1ef34f609d91198b005 (diff) |
net-mgmt/prometheus2: Add CPE information
Approved by: portmgr (blanket)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/prometheus2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/prometheus2/Makefile b/net-mgmt/prometheus2/Makefile index e597b9c43582..c044a2a300ad 100644 --- a/net-mgmt/prometheus2/Makefile +++ b/net-mgmt/prometheus2/Makefile @@ -10,7 +10,7 @@ COMMENT= Systems monitoring and alerting toolkit LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake go:modules +USES= cpe gmake go:modules USE_GITHUB= yes GH_TUPLE= ports-assets:net-mgmt_prometheus2:${DISTVERSIONFULL}:assets |