freebsd-ports/net/rdapper/Makefile
Mathieu Arnold 7710e576da Remove MASTER_SITES=GH when it is the only one.
It is added by USE_GITHUB.  Tested with `make makesum` not changing distinfo.
2019-01-08 13:20:19 +00: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>