blob: 24fca5e0fe17c3c7b840444deb6b26b7cd1ed3b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= rdapper
PORTVERSION= 20150326
CATEGORIES= net
MAINTAINER= pi@FreeBSD.org
COMMENT= Command-line Registration Data Access Protocol (RDAP) client
WWW= https://github.com/jodrell/rdapper
LICENSE= GPLv2
RUN_DEPENDS= p5-JSON-Path>=0:devel/p5-JSON-Path
USES= perl5
USE_GITHUB= yes
GH_ACCOUNT= jodrell
GH_TAGNAME= c6961117a5
USE_PERL5= configure run
PLIST_FILES= bin/rdapper ${SITE_MAN1}/rdapper.1.gz
.include <bsd.port.mk>
|