mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
26 lines
433 B
Makefile
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>
|