mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
20 lines
378 B
Makefile
20 lines
378 B
Makefile
# 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>
|