1PORTNAME= ssdeep 2PORTVERSION= 2.14.1 3PORTREVISION= 1 4CATEGORIES= security 5MASTER_SITES= https://github.com/ssdeep-project/ssdeep/releases/download/release-${PORTVERSION}/ 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Tool for computing context triggered piecewise hashes 9WWW= https://ssdeep-project.github.io/ssdeep/ 10 11LICENSE= gpl2 12LICENSE_FILE= ${WRKSRC}/COPYING 13 14GNU_CONFIGURE= yes 15GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share 16USES= gmake libtool 17USE_LDCONFIG= yes 18INSTALL_TARGET= install-strip 19 20.include <bsd.port.mk> 21