Recog is a framework for identifying products, services, operating systems, and hardware by matching fingerprints against data returned from various network probes. Recog makes it simply to extract useful information from web server banners, snmp system description fields, and a whole lot more.
15 lines
418 B
Makefile
15 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/09/16 21:45:00 minskim Exp $
|
|
|
|
DISTNAME= recog-2.1.15
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://www.github.com/rapid7/recog
|
|
COMMENT= Framework to send network probes for identification
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri-[0-9]*:../../textproc/ruby-nokogiri
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|