2013-06-23 16:24:07 +02:00
|
|
|
# Created by: Daniel Roethlisberger <daniel@roe.ch>
|
2009-02-09 17:52:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= nmap-parser
|
2013-06-23 16:24:07 +02:00
|
|
|
PORTVERSION= 0.3.5
|
2009-02-09 17:52:15 +01:00
|
|
|
CATEGORIES= security rubygems
|
2010-06-23 20:42:12 +02:00
|
|
|
MASTER_SITES= RG
|
2009-02-09 17:52:15 +01:00
|
|
|
|
2010-06-11 03:34:27 +02:00
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
2009-02-09 17:52:15 +01:00
|
|
|
COMMENT= Ruby interface to Nmap scan data
|
|
|
|
|
2015-05-24 17:36:30 +02:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
RUN_DEPENDS= nmap:security/nmap
|
2009-02-09 17:52:15 +01:00
|
|
|
|
2015-07-02 18:01:06 +02:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2009-02-09 17:52:15 +01:00
|
|
|
USE_RUBY= yes
|
2016-04-27 23:57:31 +02:00
|
|
|
USES= gem
|
2009-02-09 17:52:15 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|