head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.09.17.06.49.14;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2008.02.16.23.24.00;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Cisco-Hash
# Date created:		2008-02-10
# Whom:			Tsung-Han Yeh <snowfly@@yuntech.edu.tw>
#
# $FreeBSD: head/security/p5-Cisco-Hash/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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=	yes

MAN3=		Cisco::Hash.3

.include <bsd.port.mk>
@


1.2
log
@- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:	perl
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@This Module decrypts all kind of Cisco encrypted hashes
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>
@
text
@d17 1
a17 1
PERL_CONFIGURE=	5.8.0+
@

