freebsd-ports/security/ssdeep/Makefile

21 lines
437 B
Makefile
Raw Normal View History

# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org>
# $FreeBSD$
PORTNAME= ssdeep
2015-08-17 08:38:04 +02:00
PORTVERSION= 2.13
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${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
2014-12-13 11:16:10 +01:00
INSTALL_TARGET= install-strip
.include <bsd.port.mk>