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
|
2015-08-17 08:38:04 +02:00
|
|
|
PORTVERSION= 2.13
|
2010-12-24 19:50:05 +01:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
2014-07-17 10:57:51 +02:00
|
|
|
COMMENT= Tool for computing context triggered piecewise hashes
|
2010-12-24 19:50:05 +01:00
|
|
|
|
|
|
|
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
|
2014-12-13 11:16:10 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2010-12-24 19:50:05 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|