diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:47 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 15:40:47 +0000 |
commit | 69441490bcc405a6d247791cdfcfd796bd01b34a (patch) | |
tree | 90470e4f6a9f2f8765942df663f6d01e16aa8d76 | |
parent | 584a960c107209d112ea1b7cc245ae979023c5ee (diff) |
www/authelia: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | www/authelia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/authelia/Makefile b/www/authelia/Makefile index 958b1ff74f80..436257ee2334 100644 --- a/www/authelia/Makefile +++ b/www/authelia/Makefile @@ -17,7 +17,7 @@ BROKEN_armv6= imports modernc.org/libc/errno: build constraints exclude all Go f BROKEN_armv7= imports modernc.org/libc/errno: build constraints exclude all Go files BROKEN_i386= imports modernc.org/libc/errno: build constraints exclude all Go files -USES= go:modules +USES= cpe go:modules GO_MODULE= github.com/authelia/authelia/v4 GO_TARGET= ./cmd/${PORTNAME} |