aboutsummaryrefslogtreecommitdiffstats
path: root/security/ssdeep/Makefile
blob: 82fe741b913a0eed0ba564ffb2c1488646462cf8 (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.13
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
INSTALL_TARGET= install-strip

.include <bsd.port.mk>