pkgsrc/security/PACK/Makefile
wiz 261f7f2ca6 Import PACK-0.0.3 as security/PACK.
PACK (Password Analysis and Cracking Toolkit) is a collection of
utilities developed to aid in analysis of password lists and
enhancing cracking of passwords using smart rule generation. It
can be used to reverse word mangling rules, generate source words
and optimize password masks for the Hashcat family of tools.

NOTE: The toolkit itself is not able to crack passwords, but instead
designed to make operation of password crackers more efficient.
2013-07-30 19:52:09 +00:00

29 lines
697 B
Makefile

# $NetBSD: Makefile,v 1.1 2013/07/30 19:52:09 wiz Exp $
DISTNAME= PACK-0.0.3
CATEGORIES= security
MASTER_SITES= http://thesprawl.org/media/projects/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://thesprawl.org/projects/pack/
COMMENT= Password analysis and cracking kit
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
USE_LANGUAGES= # none
INSTALLATION_DIRS= bin
REPLACE_PYTHON= dictstat.py
REPLACE_PYTHON+= maskgen.py
REPLACE_PYTHON+= policygen.py
REPLACE_PYTHON+= rulegen.py
do-build:
do-install:
cd ${WRKSRC} && \
${INSTALL_SCRIPT} *.py ${DESTDIR}${PREFIX}/bin
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"