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


1.9
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.29.10.29.23;	author az;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.14.17.19.20;	author brix;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.37.20;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2010.08.02.19.11.21;	author brix;	state Exp;
branches;
next	1.4;

1.4
date	2010.01.24.06.18.08;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.18.20.56.41;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2009.03.25.18.32.20;	author brix;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.01.21.01.12;	author brix;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Authen-Passphrase
# Date created:				01 Jun 2008
# Whom:					brix@@FreeBSD.org
#
# $FreeBSD: head/security/p5-Authen-Passphrase/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Authen-Passphrase
PORTVERSION=	0.008
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	brix@@FreeBSD.org
COMMENT=	Perl module for handling hashed passwords/passphrases as objects

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Authen-DecHpwd>=0:${PORTSDIR}/security/p5-Authen-DecHpwd \
		p5-Crypt-Blowfish>=0:${PORTSDIR}/security/p5-Crypt-Blowfish \
		p5-Crypt-DES>=0:${PORTSDIR}/security/p5-Crypt-DES \
		p5-Crypt-Eksblowfish>=0:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
		p5-Crypt-MySQL>=0:${PORTSDIR}/security/p5-Crypt-MySQL \
		p5-Crypt-PasswdMD5>=0:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
		p5-Crypt-UnixCrypt_XS>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \
		p5-Data-Entropy>=0:${PORTSDIR}/security/p5-Data-Entropy \
		p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \
		p5-Module-Runtime>=0:${PORTSDIR}/devel/p5-Module-Runtime \
		p5-Params-Classify>=0:${PORTSDIR}/devel/p5-Params-Classify
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_MODBUILD=	yes

MAN3=	Authen::Passphrase.3 \
	Authen::Passphrase::AcceptAll.3 \
	Authen::Passphrase::BigCrypt.3 \
	Authen::Passphrase::BlowfishCrypt.3 \
	Authen::Passphrase::Clear.3 \
	Authen::Passphrase::Crypt16.3 \
	Authen::Passphrase::DESCrypt.3 \
	Authen::Passphrase::EggdropBlowfish.3 \
	Authen::Passphrase::LANManager.3 \
	Authen::Passphrase::LANManagerHalf.3 \
	Authen::Passphrase::MD5Crypt.3 \
	Authen::Passphrase::MySQL323.3 \
	Authen::Passphrase::MySQL41.3 \
	Authen::Passphrase::NTHash.3 \
	Authen::Passphrase::NetscapeMail.3 \
	Authen::Passphrase::PHPass.3 \
	Authen::Passphrase::RejectAll.3 \
	Authen::Passphrase::SaltedDigest.3 \
	Authen::Passphrase::VMSPurdy.3

.include <bsd.port.mk>
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@@ (bapt@@)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@- Update to v0.008
- Pet portlint(1)
@
text
@d20 11
a30 11
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Authen/DecHpwd.pm:${PORTSDIR}/security/p5-Authen-DecHpwd \
		${SITE_PERL}/${PERL_ARCH}/Crypt/Blowfish.pm:${PORTSDIR}/security/p5-Crypt-Blowfish \
		${SITE_PERL}/${PERL_ARCH}/Crypt/DES.pm:${PORTSDIR}/security/p5-Crypt-DES \
		${SITE_PERL}/${PERL_ARCH}/Crypt/Eksblowfish.pm:${PORTSDIR}/security/p5-Crypt-Eksblowfish \
		${SITE_PERL}/${PERL_ARCH}/Crypt/MySQL.pm:${PORTSDIR}/security/p5-Crypt-MySQL \
		${SITE_PERL}/Crypt/PasswdMD5.pm:${PORTSDIR}/security/p5-Crypt-PasswdMD5 \
		${SITE_PERL}/${PERL_ARCH}/Crypt/UnixCrypt_XS.pm:${PORTSDIR}/security/p5-Crypt-UnixCrypt_XS \
		${SITE_PERL}/Data/Entropy/Algorithms.pm:${PORTSDIR}/security/p5-Data-Entropy \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \
		${SITE_PERL}/Module/Runtime.pm:${PORTSDIR}/devel/p5-Module-Runtime \
		${SITE_PERL}/${PERL_ARCH}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.007
d17 3
a28 1
		${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
a32 2
LICENSE_COMB=	dual
LICENSE=	ART10 GPLv1
@


1.5
log
@- Update to v0.007
- Add LICENSE
@
text
@d29 1
a29 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 4).

Approved by:	portmgr (itetcu)
@
text
@d9 1
a9 2
PORTVERSION=	0.006
PORTREVISION=	1
d31 2
@


1.3
log
@- Update depobjs after p5-Params-Classify update

Reported by:	pointyhat
@
text
@d10 1
a25 1
		${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \
a26 1
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
a27 1
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
@


1.2
log
@- Update to v0.006
@
text
@d31 1
a31 1
		${SITE_PERL}/Params/Classify.pm:${PORTSDIR}/devel/p5-Params-Classify
@


1.1
log
@This is the base class for a system of objects that encapsulate
passphrases.  An object of this type is a passphrase recogniser: its
job is to recognise whether an offered passphrase is the right one.
For security, such passphrase recognisers usually do not themselves
know the passphrase they are looking for; they can merely recognise it
when they see it.  There are many schemes in use to achieve this
effect, and the intent of this class is to provide a consistent
interface to them all, hiding the details.

The CPAN package Authen::Passphrase contains implementations of
several specific passphrase schemes in addition to the base class.

WWW: http://search.cpan.org/dist/Authen-Passphrase/

Approved by:	erwin (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.005
d34 1
a34 1
PERL_CONFIGURE=	yes
@

