blob: 0adfbf249ab362431b7fd61a8a6f9c660c572a71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# ex:ts=8
# New ports collection makefile for: mdcrack
# Date created: Apr 19, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mdcrack
PORTVERSION= 1.2
CATEGORIES= security
MASTER_SITES= http://membres.lycos.fr/mdcrack/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Bruteforce password MD5 hashes
ALL_TARGET= little
.include <bsd.port.mk>
|