2010-12-24 19:50:05 +01:00
|
|
|
# New ports collection makefile for: ssdeep
|
|
|
|
# Date created: 24 December 2010
|
|
|
|
# Whom: Nobutaka Mantani <nobutaka@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ssdeep
|
2011-10-10 16:28:29 +02:00
|
|
|
PORTVERSION= 2.7
|
2010-12-24 19:50:05 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
|
|
COMMENT= A tool for computing context triggered piecewise hashes
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
MAN1= ssdeep.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|