aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-recog/Makefile
blob: 2961872aaf6b3906b66c320439850b18ea0947e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $FreeBSD$

PORTNAME=	recog
PORTVERSION=	2.3.17
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_cleanup \
		bin/recog_export \
		bin/recog_match \
		bin/recog_standardize \
		bin/recog_verify

.include <bsd.port.mk>