1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/dns/fpdns/Makefile
2021-04-06 16:31:07 +02:00

25 lines
421 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
PORTNAME= fpdns
PORTVERSION= 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
.include <bsd.port.mk>