1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/dns/rdap/Makefile
Kurt Jaeger 3a2a218cae New port: dns/rdap
OpenRDAP is a command line client for the Registration Data Access
Protocol, written in Go.

RDAP is a replacement for WHOIS, which provides domain name & IP
address registration information in JSON format over HTTP.

WWW: https://www.openrdap.org/
2019-09-16 19:15:21 +00:00

31 lines
943 B
Makefile

# $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>