mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
16 lines
347 B
Makefile
16 lines
347 B
Makefile
# 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>
|