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