Tweak devel/racer version 2.1.31
[dports.git] / www / authelia / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       authelia
4 DISTVERSIONPREFIX=      v
5 DISTVERSION=    4.18.0
6 CATEGORIES=     www
7
8 MAINTAINER=     yuri@FreeBSD.org
9 COMMENT=        Single sign-on multi-factor portal for web apps
10
11 LICENSE=        APACHE20
12 LICENSE_FILE=   ${WRKSRC}/LICENSE
13
14 USES=           go:modules
15 USE_GITHUB=     yes
16 GH_TUPLE=       \
17                 Gurpartap:logrus-stack:89c00d8a28f4:gurpartap_logrus_stack/vendor/github.com/Gurpartap/logrus-stack \
18                 Workiva:go-datastructures:v1.0.52:workiva_go_datastructures/vendor/github.com/Workiva/go-datastructures \
19                 aletheia-icu:broccoli:c5ac961a357a:aletheia_icu/vendor/aletheia.icu/broccoli \
20                 andybalholm:brotli:v1.0.0:andybalholm_brotli/vendor/github.com/andybalholm/brotli \
21                 asaskevich:govalidator:f61b66f89f4a:asaskevich_govalidator/vendor/github.com/asaskevich/govalidator \
22                 blang:semver:v3.5.1:blang_semver/vendor/github.com/blang/semver \
23                 boombuler:barcode:6c824513bacc:boombuler_barcode/vendor/github.com/boombuler/barcode \
24                 davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
25                 deckarep:golang-set:v1.7.1:deckarep_golang_set/vendor/github.com/deckarep/golang-set \
26                 dgrijalva:jwt-go:v3.2.0:dgrijalva_jwt_go/vendor/github.com/dgrijalva/jwt-go \
27                 duosecurity:duo_api_golang:6c680f768e74:duosecurity_duo_api_golang/vendor/github.com/duosecurity/duo_api_golang \
28                 facebookgo:stack:751773369052:facebookgo_stack/vendor/github.com/facebookgo/stack \
29                 fasthttp:router:v1.0.4:fasthttp_router/vendor/github.com/fasthttp/router \
30                 fasthttp:session:v1.1.8:fasthttp_session/vendor/github.com/fasthttp/session \
31                 fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \
32                 go-asn1-ber:asn1-ber:v1.3.1:go_asn1_ber_asn1_ber/vendor/github.com/go-asn1-ber/asn1-ber \
33                 go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \
34                 go-ldap:ldap:v3.1.10:go_ldap_ldap_v3/vendor/github.com/go-ldap/ldap \
35                 go-redis:redis:v7.2.0:go_redis_redis_v7/vendor/github.com/go-redis/redis/v7 \
36                 go-sql-driver:mysql:v1.5.0:go_sql_driver_mysql/vendor/github.com/go-sql-driver/mysql \
37                 go-yaml:yaml:v2.2.8:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \
38                 golang:crypto:f99c8df09eb5:golang_crypto/vendor/golang.org/x/crypto \
39                 golang:mock:v1.4.3:golang_mock/vendor/github.com/golang/mock \
40                 golang:sys:85ca7c5b95cd:golang_sys/vendor/golang.org/x/sys \
41                 golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
42                 hashicorp:hcl:v1.0.0:hashicorp_hcl/vendor/github.com/hashicorp/hcl \
43                 inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
44                 klauspost:compress:v1.10.4:klauspost_compress/vendor/github.com/klauspost/compress \
45                 konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
46                 lib:pq:v1.5.1:lib_pq/vendor/github.com/lib/pq \
47                 magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \
48                 mattn:go-sqlite3:v2.0.3:mattn_go_sqlite3/vendor/github.com/mattn/go-sqlite3 \
49                 mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \
50                 otiai10:copy:v1.1.1:otiai10_copy/vendor/github.com/otiai10/copy \
51                 pelletier:go-toml:v1.4.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \
52                 philhofer:fwd:v1.0.0:philhofer_fwd/vendor/github.com/philhofer/fwd \
53                 pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \
54                 pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \
55                 pquerna:otp:v1.2.0:pquerna_otp/vendor/github.com/pquerna/otp \
56                 savsgio:dictpool:215dfcb77c2c:savsgio_dictpool/vendor/github.com/savsgio/dictpool \
57                 savsgio:gotils:8c468ce75cca:savsgio_gotils/vendor/github.com/savsgio/gotils \
58                 simia-tech:crypt:v0.4.2:simia_tech_crypt/vendor/github.com/simia-tech/crypt \
59                 sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
60                 spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \
61                 spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \
62                 spf13:cobra:v0.0.7:spf13_cobra/vendor/github.com/spf13/cobra \
63                 spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \
64                 spf13:pflag:v1.0.3:spf13_pflag/vendor/github.com/spf13/pflag \
65                 spf13:viper:v1.6.3:spf13_viper/vendor/github.com/spf13/viper \
66                 stretchr:testify:v1.5.1:stretchr_testify/vendor/github.com/stretchr/testify \
67                 subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \
68                 tebeka:selenium:v0.9.9:tebeka_selenium/vendor/github.com/tebeka/selenium \
69                 tinylib:msgp:v1.1.2:tinylib_msgp/vendor/github.com/tinylib/msgp \
70                 tstranex:u2f:v1.0.0:tstranex_u2f/vendor/github.com/tstranex/u2f \
71                 valyala:bytebufferpool:v1.0.0:valyala_bytebufferpool/vendor/github.com/valyala/bytebufferpool \
72                 valyala:fasthttp:v1.12.0:valyala_fasthttp/vendor/github.com/valyala/fasthttp
73 GO_TARGET=      ./cmd/${PORTNAME}
74
75 PLIST_FILES=    bin/${PORTNAME}
76
77 .include <bsd.port.mk>