2001-04-19 17:30:10 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: mdcrack
|
|
|
|
# Date created: Apr 19, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mdcrack
|
2002-01-15 14:48:41 +00:00
|
|
|
PORTVERSION= 1.2
|
2001-04-19 17:30:10 +00:00
|
|
|
CATEGORIES= security
|
2002-03-27 06:13:27 +00:00
|
|
|
MASTER_SITES= http://membres.lycos.fr/mdcrack/download/
|
2001-04-19 17:30:10 +00:00
|
|
|
|
2001-07-16 04:31:24 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Bruteforce password MD5 hashes
|
2001-04-19 17:30:10 +00:00
|
|
|
|
2002-01-15 14:48:41 +00:00
|
|
|
ALL_TARGET= little
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/mdcrack
|
2001-04-19 17:30:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|