aboutsummaryrefslogtreecommitdiff
path: root/security/ssdeep/Makefile
blob: 9a2a46835d619739ece84114800b8369d595dba4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org>
# $FreeBSD$

PORTNAME=	ssdeep
PORTVERSION=	2.10
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER=	nobutaka@FreeBSD.org
COMMENT=	Tool for computing context triggered piecewise hashes

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

GNU_CONFIGURE=	yes
USES=		gmake libtool
USE_LDCONFIG=	yes

.include <bsd.port.mk>