Import dns/fpdns version 0.9.3.20120719
[dports.git] / dns / fpdns / Makefile
1 # Created by: Edwin Groothuis <edwin@mavetju.org>
2 # $FreeBSD: ports/dns/fpdns/Makefile,v 1.16 2012/11/17 05:57:09 svnexp Exp $
3
4 PORTNAME=       fpdns
5 PORTVERSION=    0.9.3.20120719
6 CATEGORIES=     dns net perl5
7 DISTNAME=       ${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}
8
9 MAINTAINER=     bdrewery@FreeBSD.org
10 COMMENT=        FPDNS - Fingerprinting DNS servers
11
12 RUN_DEPENDS=    p5-Net-DNS>0:${PORTSDIR}/dns/p5-Net-DNS
13
14 USE_GITHUB=     yes
15 GH_ACCOUNT=     kirei
16 GH_COMMIT=      9eb38df
17
18 PERL_CONFIGURE= yes
19
20 MAN1=           fpdns.1
21
22 .include <bsd.port.mk>