freebsd-ports/security/rubygem-recog/Makefile
Antoine Brodin 0287333469 Update:
- metasploit to 4.11.1
- rubygem-metasploit-credential to 0.13.17
- rubygem-metasploit_data_models to 0.22.6
- rubygem-meterpreter_bins to 0.0.13
- rubygem-recog to 1.0.7
2015-03-08 15:38:17 +00:00

25 lines
481 B
Makefile

# $FreeBSD$
PORTNAME= recog
PORTVERSION= 1.0.7
CATEGORIES= security rubygems
MASTER_SITES= RG
MAINTAINER= antoine@FreeBSD.org
COMMENT= Framework for fingerprinting products
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-nokogiri>=0:${PORTSDIR}/textproc/rubygem-nokogiri
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
PLIST_FILES= bin/recog_export.rb \
bin/recog_match.rb \
bin/recog_verify.rb
PORTSCOUT= ignore:1
.include <bsd.port.mk>