summaryrefslogtreecommitdiff
path: root/security/rubygem-recog/Makefile
blob: aeec3ce3cf8c8c8fd5b1a84215c926987ab0702d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	recog
PORTVERSION=	3.1.13
CATEGORIES=	security rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	Framework for fingerprinting products
WWW=		https://github.com/rapid7/recog

LICENSE=	BSD2CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

RUN_DEPENDS=	rubygem-nokogiri>=0:textproc/rubygem-nokogiri

USES=		gem

NO_ARCH=	yes
PLIST_FILES=	bin/recog_match

.include <bsd.port.mk>