aboutsummaryrefslogtreecommitdiffstats
path: root/security/md5deep/Makefile
blob: 24d84b11fc9f4f459b0f981342b80fd4ba09a2ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
USES=       gmake

.include <bsd.port.mk>