freebsd-ports/security/rubygem-nmap-parser/Makefile

19 lines
350 B
Makefile
Raw Normal View History

2013-06-23 16:24:07 +02:00
# Created by: Daniel Roethlisberger <daniel@roe.ch>
# $FreeBSD$
PORTNAME= nmap-parser
2013-06-23 16:24:07 +02:00
PORTVERSION= 0.3.5
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Ruby interface to Nmap scan data
RUN_DEPENDS= nmap:${PORTSDIR}/security/nmap
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>