2013-09-21 00:55:24 +02:00
|
|
|
# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org>
|
2010-12-24 19:50:05 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ssdeep
|
2014-01-17 15:03:41 +01:00
|
|
|
PORTVERSION= 2.10
|
2014-06-04 15:08:53 +02:00
|
|
|
PORTREVISION= 1
|
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
|
2014-06-04 15:08:53 +02:00
|
|
|
USES= gmake libtool
|
2010-12-24 19:50:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|