1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/dns/fpdns/Makefile
2019-02-03 23:59:16 +00:00

27 lines
469 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= fpdns
PORTVERSION= 0.10.0.20190131
CATEGORIES= dns net perl5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fingerprinting DNS servers
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-DNS>=0.42:dns/p5-Net-DNS
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= kirei
GH_TAGNAME= ${PORTVERSION:E}
.include <bsd.port.mk>