7710e576da
It is added by USE_GITHUB. Tested with `make makesum` not changing distinfo.
22 lines
406 B
Makefile
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>
|