openbsd-ports/net/fpdns/Makefile
giovanni 48c43368da Import net/fpdns, a tool to remotely determine dns server versions
Help and ok landry@

pkg/DESCR:
fpdns is a program that remotely determines DNS server versions.
It does this by sending a series of borderline DNS queries which
are compared against a table of responses and server versions.

False positives or incorrect versions may be reported when trying
to identify a set of servers residing behind a load-balancing
apparatus where the servers are of different implementations, when
a specific implementation behaves like a forwarder, behind a firewall
without statefull inspection or without Application Intelligence.
2011-09-05 07:25:12 +00:00

22 lines
450 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/09/05 07:25:12 giovanni Exp $
COMMENT = remotely determine DNS server versions
DISTNAME = fpdns-0.9.4
CATEGORIES = net
HOMEPAGE = http://code.google.com/p/fpdns/
MASTER_SITES = http://bigio.snb.it/openbsd/distfiles/
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
CONFIGURE_STYLE = perl
RUN_DEPENDS = net/p5-Net-DNS
.include <bsd.port.mk>