1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/net/rdapper/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
393 B
Makefile

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>