mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
5941e801eb
PR: 223490 Submitted by: antoine
21 lines
480 B
Makefile
21 lines
480 B
Makefile
# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ssdeep
|
|
PORTVERSION= 2.14.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://github.com/ssdeep-project/ssdeep/releases/download/release-${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>
|