50 lines
2.5 KiB
Makefile
50 lines
2.5 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= inlets
|
|
DISTVERSION= 2.7.6
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Expose your local endpoints to the Internet
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
|
|
GH_TUPLE= \
|
|
beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \
|
|
cespare:xxhash:v2.1.1:cespare_xxhash_v2/vendor/github.com/cespare/xxhash/v2 \
|
|
go-inf:inf:v0.9.1:go_inf_inf/vendor/gopkg.in/inf.v0 \
|
|
gogo:protobuf:v1.3.1:gogo_protobuf/vendor/github.com/gogo/protobuf \
|
|
golang:net:244492dfa37a:golang_net/vendor/golang.org/x/net \
|
|
golang:protobuf:v1.3.4:golang_protobuf/vendor/github.com/golang/protobuf \
|
|
golang:sys:5c8b2ff67527:golang_sys/vendor/golang.org/x/sys \
|
|
golang:text:v0.3.2:golang_text/vendor/golang.org/x/text \
|
|
google:gofuzz:v1.1.0:google_gofuzz/vendor/github.com/google/gofuzz \
|
|
gorilla:websocket:v1.4.1:gorilla_websocket/vendor/github.com/gorilla/websocket \
|
|
inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \
|
|
konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \
|
|
kubernetes:apimachinery:86fb29eff628:kubernetes_apimachinery/vendor/k8s.io/apimachinery \
|
|
kubernetes:klog:v1.0.0:kubernetes_klog/vendor/k8s.io/klog \
|
|
matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \
|
|
morikuni:aec:v1.0.0:morikuni_aec/vendor/github.com/morikuni/aec \
|
|
mxk:go-flowrate:cca7078d478f:mxk_go_flowrate/vendor/github.com/mxk/go-flowrate \
|
|
pkg:errors:v0.8.1:pkg_errors/vendor/github.com/pkg/errors \
|
|
prometheus:client_golang:v1.4.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \
|
|
prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \
|
|
prometheus:common:v0.9.1:prometheus_common/vendor/github.com/prometheus/common \
|
|
prometheus:procfs:v0.0.10:prometheus_procfs/vendor/github.com/prometheus/procfs \
|
|
rancher:remotedialer:v0.2.5:rancher_remotedialer/vendor/github.com/rancher/remotedialer \
|
|
sirupsen:logrus:v1.4.2:sirupsen_logrus/vendor/github.com/sirupsen/logrus \
|
|
spf13:cobra:v0.0.6:spf13_cobra/vendor/github.com/spf13/cobra \
|
|
spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \
|
|
twinj:uuid:v1.0.0:twinj_uuid/vendor/github.com/twinj/uuid
|
|
|
|
GO_PKGNAME= github.com/${GH_ACCOUNT}/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|