Files
ports/dns/fpdns/Makefile
T
Sunpoet Po-Chuan Hsieh db678708d3 Change to upstream versioning
2019-11-13 23:25:09 +00:00

26 lines
433 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
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>