opnsense-ports/security/rubygem-recog/Makefile
Franco Fichtner 893057d25b */*: sync with upstream
Taken from: HardenedBSD
2020-03-11 07:29:46 +01:00

25 lines
475 B
Makefile

# $FreeBSD$
PORTNAME= recog
PORTVERSION= 2.3.7
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
USES= gem python:env shebangfix
USE_RUBY= yes
NO_ARCH= yes
SHEBANG_FILES= update_cpes.py
PLIST_FILES= bin/recog_export \
bin/recog_match \
bin/recog_verify
.include <bsd.port.mk>