freebsd-ports/net/rdapper/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

23 lines
423 B
Makefile

# $FreeBSD$
PORTNAME= rdapper
PORTVERSION= 20150326
CATEGORIES= net
MASTER_SITES= GH
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>