blob: 872b49fa563c3a44adb2158e9355084c54909b2d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
PORTNAME= fpdns
PORTVERSION= 0.9.3.20120719
CATEGORIES= dns net perl5
MASTER_SITES= https://github.com/kirei/fpdns/tarball/${GITVERSION}/
DISTNAME= kirei-fpdns-${GITVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= FPDNS - Fingerprinting DNS servers
FETCH_ARGS= -Fpr
GITVERSION= 9eb38df
RUN_DEPENDS= p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
PERL_CONFIGURE= yes
MAN1= fpdns.1
.include <bsd.port.mk>
|