aboutsummaryrefslogtreecommitdiff
path: root/net/rdapper/Makefile
blob: 5a612d66f8b49d1dbd1794a1b5a947ab19aa2f29 (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

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>