mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
1bba72dde4
rdapper is a command-line client for the Registration Data Access Protocol (RDAP), as described in the RDAP RFCs (7480 - 7485). This tool will send an RDAP query to an RDAP server over HTTP or HTTPS, parse the JSON response, and display it in human-readable form. WWW: https://github.com/jodrell/rdapper Submitted by: pi
24 lines
431 B
Makefile
24 lines
431 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rdapper
|
|
PORTVERSION= 20150326
|
|
CATEGORIES= net
|
|
MASTER_SITES= GH
|
|
|
|
MAINTAINER= pi@FreeBSD.org
|
|
COMMENT= Command-line Registration Data Access Protocol (RDAP) client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= p5-JSON-Path>=0:${PORTSDIR}/devel/p5-JSON-Path
|
|
|
|
USES= perl5
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jodrell
|
|
GH_TAGNAME= c6961117a5
|
|
USE_PERL5= configure run
|
|
|
|
PLIST_FILES= bin/rdapper man/man1/rdapper.1.gz
|
|
|
|
.include <bsd.port.mk>
|