freebsd-ports/security/ssdeep/Makefile

21 lines
425 B
Makefile
Raw Normal View History

# Created by: Nobutaka Mantani <nobutaka@FreeBSD.org>
# $FreeBSD$
PORTNAME= ssdeep
2014-01-17 15:03:41 +01:00
PORTVERSION= 2.10
PORTREVISION= 1
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
USES= gmake libtool
USE_LDCONFIG= yes
.include <bsd.port.mk>