head	1.12;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.12
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.03.18.10.40.19;	author ashish;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.21.17.37.46;	author eadler;	state Exp;
branches;
next	1.9;

1.9
date	2010.06.14.12.56.41;	author ashish;	state Exp;
branches;
next	1.8;

1.8
date	2010.06.08.07.31.54;	author gabor;	state Exp;
branches;
next	1.7;

1.7
date	2010.01.26.15.01.08;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2009.02.23.11.54.14;	author gabor;	state Exp;
branches;
next	1.5;

1.5
date	2008.12.05.00.10.42;	author gabor;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.28.13;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2006.12.08.13.46.31;	author gabor;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.30.20.38.08;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2005.12.21.15.40.50;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.12
log
@Switch exporter over
@
text
@# New ports collection Makefile for:	p5-Crypt-SKey
# Date created:				20 Dec 2006
# Whom:	      				Gabor Kovesdan
# $FreeBSD: head/security/p5-Crypt-SKey/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Crypt-SKey
PORTVERSION=	0.10
PORTREVISION=	2
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ashish@@FreeBSD.org
COMMENT=	Perl S/Key calculator

BUILD_DEPENDS=	p5-Digest-MD4>=0:${PORTSDIR}/security/p5-Digest-MD4 \
		p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \
		p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::SKey.3

.include <bsd.port.mk>
@


1.11
log
@- Add missing DEPENDS that the module uses but doesn't declare
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION

PR:		ports/165881
Submitted by:	swills
Feature safe:	yes
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.10
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
@d8 1
a8 1
PORTREVISION=	1
d16 3
a18 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/MD4.pm:${PORTSDIR}/security/p5-Digest-MD4 \
		${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey
@


1.9
log
@- Adopt unmaintained ports.

Approved by:	pgj, tabthorpe (mentors)
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.8
log
@- Drop maintainership
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


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

Approved by:	portmgr (itetcu)
@
text
@d13 1
a13 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.6
log
@- Update to 0.10

PR:		ports/131928
Submitted by:	Edmondas Girkantas <eg@@fbsd.lt>
@
text
@d8 1
a16 1
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
@


1.5
log
@- Update to 0.09
@
text
@d7 1
a7 2
PORTVERSION=	0.09
PORTREVISION=	1
@


1.4
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d7 1
a7 1
PORTVERSION=	0.07
@


1.3
log
@Change my e-mail address.

Approved by:	erwin (mentor)
@
text
@d10 1
a10 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.2
log
@- remove IGNORE on old perl
- update dependency
- bump PORTREVISION

Submitted by:	leeym
Approved by:	maintainer via email
@
text
@d14 1
a14 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.1
log
@This module contains a simple S/Key calculator (as described in RFC
1760) implemented in Perl. It exports the function `key' by default, and
may optionally export the function `compute'.
`compute_md4', `compute_md5', `key_md4', and `key_md5' are provided as
convenience functions for selecting either MD4 or MD5 hashes. The
default is MD4; this may be changed with with the `$Crypt::SKey::HASH'
variable, assigning it the value of `MD4' or `MD5'. You can access any
of these functions by exporting them in the same manner as `compute' in
the above example.
Most S/Key systems use MD4 hashing, but a few (notably OPIE) use MD5.

WWW: http://search.cpan.org/dist/Crypt-SKey

PR:		ports/90695
Submitted by:	Gabor Kovesdan
@
text
@d8 1
d17 5
d26 1
a26 5
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 500503
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
.endif
.include <bsd.port.post.mk>
@

