freebsd-ports/security/rubygem-recog/Makefile
Antoine Brodin 062a2f35e3 Update security/metasploit to 4.10.2
Add new ports needed by this version:
security/rubygem-metasploit-concern
security/rubygem-metasploit-credential
security/rubygem-metasploit-model
security/rubygem-meterpreter_bins
security/rubygem-recog
2014-12-05 11:02:49 +00:00

25 lines
481 B
Makefile

# $FreeBSD$
PORTNAME= recog
PORTVERSION= 1.0.5
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>