aboutsummaryrefslogtreecommitdiff
path: root/dns/fpdns/Makefile
blob: e997c45c48b157da3a6986540aaed9c0176d9261 (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
# New ports collection makefile for:	fpdns
# Date Created:				July 2 2004
# Whom:					Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#

PORTNAME=	fpdns
PORTVERSION=	0.9.3.20120719
CATEGORIES=	dns net perl5
MASTER_SITES=	http://dougbarton.us/Downloads/
DISTNAME=	Net-DNS-Fingerprint-0.9.3-9eb38df

MAINTAINER=	dougb@FreeBSD.org
COMMENT=	FPDNS - Fingerprinting DNS servers

RUN_DEPENDS=	p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS

PERL_CONFIGURE=	yes

MAN1=		fpdns.1

.include <bsd.port.mk>