b2088bc78b
This library provides a Ruby interface to Nmap's scan data. It can run Nmap and parse its XML output directly from the scan, parse a file containing the XML data from a separate scan, parse a String of XML data from a scan, or parse XML data from an object via its read() method. This information is presented in an easy-to-use and intuitive fashion for storage and manipulation. ok bernd@
25 lines
475 B
Makefile
25 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/11/22 06:55:52 msf Exp $
|
|
|
|
COMMENT = Ruby interface to nmap scan data
|
|
|
|
DISTNAME = nmap-parser-0.3.2
|
|
CATEGORIES = net
|
|
|
|
HOMEPAGE = http://rubynmap.sourceforge.net/
|
|
|
|
# Apache 2.0
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=rubynmap/}
|
|
|
|
MODULES = lang/ruby
|
|
CONFIGURE_STYLE = ruby gem
|
|
PKG_ARCH = *
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|