eee7f2e894
Bruteforce password MD5 hashes
19 lines
364 B
Makefile
19 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>
|