2001-04-19 19:30:10 +02: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 15:48:41 +01:00
|
|
|
PORTVERSION= 1.2
|
2001-04-19 19:30:10 +02:00
|
|
|
CATEGORIES= security
|
2002-03-27 07:13:27 +01:00
|
|
|
MASTER_SITES= http://membres.lycos.fr/mdcrack/download/
|
2001-04-19 19:30:10 +02:00
|
|
|
|
2006-11-15 17:28:25 +01:00
|
|
|
MAINTAINER= lasg@lasg.dk
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Bruteforce password MD5 hashes
|
2001-04-19 19:30:10 +02:00
|
|
|
|
2002-01-15 15:48:41 +01:00
|
|
|
ALL_TARGET= little
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/mdcrack
|
2001-04-19 19:30:10 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|