opnsense-ports/net/rdapper/Makefile
Franco Fichtner 5267a1af24 */*: sync with upstream
Taken from: HardenedBSD
2019-01-09 08:25:38 +01:00

22 lines
406 B
Makefile

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