1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/dns/fpdns/Makefile

25 lines
421 B
Makefile
Raw Normal View History

# Created by: Edwin Groothuis <edwin@mavetju.org>
PORTNAME= fpdns
2019-11-13 23:25:09 +00:00
PORTVERSION= 20190131
CATEGORIES= dns net perl5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fingerprinting DNS servers
2014-12-06 18:35:35 +00:00
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
2019-02-03 23:59:16 +00:00
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Net-DNS>=0.42:dns/p5-Net-DNS
2013-08-02 18:21:05 +00:00
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
USE_GITHUB= yes
GH_ACCOUNT= kirei
.include <bsd.port.mk>