blob: d8471036582c11cbace39f103d47ecd0cd75c6e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Frank Laszlo <laszlof@vonostingroup.com>
# $FreeBSD$
PORTNAME= md5deep
PORTVERSION= 4.3
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= nobutaka@FreeBSD.org
COMMENT= Program to compute various message digests recursively
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAN1= md5deep.1 hashdeep.1
MLINKS= md5deep.1 sha1deep.1 md5deep.1 sha256deep.1 \
md5deep.1 whirlpooldeep.1 md5deep.1 tigerdeep.1
PLIST_FILES= bin/hashdeep bin/md5deep bin/sha1deep bin/sha256deep \
bin/whirlpooldeep bin/tigerdeep
NO_STAGE= yes
.include <bsd.port.mk>
|