opnsense-ports/security/md5deep/Makefile
2022-09-07 22:33:21 +02:00

21 lines
420 B
Makefile

PORTNAME= md5deep
PORTVERSION= 4.4
PORTREVISION= 3
CATEGORIES= security
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Program to compute various message digests recursively
WWW= http://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>