mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
23 lines
439 B
Makefile
23 lines
439 B
Makefile
# Created by: Frank Laszlo <laszlof@vonostingroup.com>
|
|
|
|
PORTNAME= md5deep
|
|
PORTVERSION= 4.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= nobutaka@FreeBSD.org
|
|
COMMENT= Program to compute various message digests recursively
|
|
|
|
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>
|