opnsense-ports/security/rubygem-recog/Makefile
Franco Fichtner ee1340af02 */*: sync with upstream
Taken from: FreeBSD
2016-05-16 11:27:06 +02:00

24 lines
431 B
Makefile

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