aboutsummaryrefslogtreecommitdiffstats
path: root/dns/fpdns/Makefile
blob: dbbda51b06c915be7f8896f15dd2ffc6a7232da5 (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
24
# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$

PORTNAME=   fpdns
PORTVERSION=    0.10.0.${GH_TAGNAME}
PORTREVISION=   1
CATEGORIES= dns net perl5

MAINTAINER= ports@FreeBSD.org
COMMENT=    Fingerprinting DNS servers

LICENSE=    BSD3CLAUSE
LICENSE_FILE=   ${WRKSRC}/LICENSE

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

USE_GITHUB= yes
GH_ACCOUNT= kirei
GH_TAGNAME= 20130404

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>