mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
eee7f2e894
Bruteforce password MD5 hashes
20 lines
364 B
Makefile
20 lines
364 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= 0.9
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://mdcrack.multimania.com/
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|