summaryrefslogtreecommitdiff
path: root/security/md5deep/Makefile
blob: 1e6b5094a09e8d6af766dacff207a7e9eca0e8bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	md5deep
PORTVERSION=	4.4
PORTREVISION=	3
CATEGORIES=	security

MAINTAINER=	nobutaka@FreeBSD.org
COMMENT=	Program to compute various message digests recursively
WWW=		https://md5deep.sourceforge.net

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

GH_ACCOUNT=	jessek
GH_PROJECT=	hashdeep
GH_TAGNAME=	cd2ed74

USES=		autoreconf compiler:c++11-lang gmake
USE_GITHUB=	yes
GNU_CONFIGURE=	yes

.include <bsd.port.mk>