mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
b05569d999
also referred to as type 7 passwords. Further you can encrypt any given string into a encrypted hash that will be accepted by any Cisco device as an encrypted type 7 password. WWW: http://search.cpan.org/dist/Cisco-Hash/ PR: ports/120498 Submitted by: Tsung-Han Yeh <snowfly at yuntech.edu.tw>
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# New ports collection makefile for: p5-Cisco-Hash
|
|
# Date created: 2008-02-10
|
|
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Cisco-Hash
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= snowfly@yuntech.edu.tw
|
|
COMMENT= De- and encrypts Cisco type 7 hashes
|
|
|
|
PERL_CONFIGURE= 5.8.0+
|
|
|
|
MAN3= Cisco::Hash.3
|
|
|
|
.include <bsd.port.mk>
|