blob: 63f072dc6e5a7ba5833d70e2daae6ab6b346a471 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# $FreeBSD$
PORTNAME= rdap
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
CATEGORIES= dns
MAINTAINER= pi@FreeBSD.org
COMMENT= CLI for the Registration Data Access Protocol, RDAP
LICENSE= MIT
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= openrdap
GH_TAGNAME= e2ea151
GH_TUPLE= \
alecthomas:kingpin:v2.2.6:alecthomas_kingpin/vendor/gopkg.in/alecthomas/kingpin.v2 \
alecthomas:template:fb15b899a751:alecthomas_template/vendor/github.com/alecthomas/template \
alecthomas:units:c3de453c63f4:alecthomas_units/vendor/github.com/alecthomas/units \
davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \
golang:crypto:4def268fd1a4:golang_crypto/vendor/golang.org/x/crypto \
jarcoal:httpmock:v1.0.4:jarcoal_httpmock/vendor/github.com/jarcoal/httpmock \
mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir
GO_TARGET= cmd/rdap/main.go:rdap
PLIST_FILES= bin/rdap
.include <bsd.port.mk>
|