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


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

1.12
date	2012.03.13.16.15.20;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2012.03.08.18.45.22;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2011.06.21.06.58.19;	author az;	state Exp;
branches;
next	1.9;

1.9
date	2010.09.27.15.12.12;	author skreuzer;	state Exp;
branches;
next	1.8;

1.8
date	2010.09.21.16.08.10;	author mm;	state Exp;
branches;
next	1.7;

1.7
date	2009.07.03.21.32.55;	author skreuzer;	state Exp;
branches;
next	1.6;

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

1.5
date	2008.04.17.14.28.14;	author araujo;	state Exp;
branches;
next	1.4;

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

1.3
date	2006.09.20.03.29.20;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.02.04.16.31.26;	author erwin;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	Crypt-SaltedHash
PORTVERSION=	0.06
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:ESSKAR
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	Perl extension to work with salted hashes

PERL_MODBUILD=	yes

MAN3=		Crypt::SaltedHash.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=	p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
BUILD_DEPENDS+=	p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
.endif

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
.endif

.include <bsd.port.post.mk>
@


1.12
log
@- Revert ports/165605 as requested by portmgr@@

Note: devel/p5-B-Size and devel/p5-Devel-Arena
where intentionally not restored.

PR:             ports/165605
Approved by:    portmgr (bapt)
Feature safe:   yes (I sure hope so)
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.11
log
@- Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Devel-Arena)
- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
  RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}

PR:             ports/165605
Submitted by:   pgollucci (myself)
Approved by:    portmgr (linimon)
Exp Run by:     linimon
Tested by:      make index
@
text
@d20 13
a32 1
.include <bsd.port.mk>
@


1.10
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
@
text
@d20 1
a20 13
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 501000
RUN_DEPENDS+=	p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
BUILD_DEPENDS+=	p5-Digest>=1.16:${PORTSDIR}/security/p5-Digest
.endif

.if ${PERL_LEVEL} < 500703
RUN_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
BUILD_DEPENDS+=	p5-Digest-MD5>=2.16:${PORTSDIR}/security/p5-Digest-MD5
.endif

.include <bsd.port.post.mk>
@


1.9
log
@Update to 0.06
@
text
@d9 2
a10 1
MASTER_SITES=	CPAN/../../authors/id/E/ES/ESSKAR/
@


1.8
log
@Explicitly depend on p5-Digest-MD5 only if PERL_LEVEL < 500703
Explicitly depend on p5-Digest-SHA only if PERL_LEVEL < 501000
@
text
@d7 1
a7 2
PORTVERSION=	0.05
PORTREVISION=	1
d9 1
a9 1
MASTER_SITES=	CPAN
@


1.7
log
@Take over maintainership

Approved by:	wxs (mentor, implicit)
@
text
@d8 1
a15 4
RUN_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest
BUILD_DEPENDS=	${RUN_DEPENDS}
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5

d20 13
a32 1
.include <bsd.port.mk>
@


1.6
log
@- Drop maintainership of some ports I don't use any more
@
text
@d12 1
a12 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
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
@d12 1
a12 1
MAINTAINER=	gabor@@FreeBSD.org
@


1.4
log
@Change my e-mail address.

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


1.3
log
@- Update to 0.05
- use PERL_MODBUILD
- remove dependency of Test-More
- from Changes
  - switched to Module::Build

PR:		101743
Submitted by:	clsung
Approved by:	maintainer (timeout)
@
text
@d13 1
a13 1
MAINTAINER=	gkovesdan@@t-hosting.hu
@


1.2
log
@- Update to 0.04
- Fix dependency
- Unbreak on old perl

PR:		92788
Submitted by:	leeym
Approved by:	gkovesdan@@t-hosting.hu (maintainer)
@
text
@d7 1
a7 1
PORTVERSION=	0.04
d18 1
a18 2
BUILD_DEPENDS+=	${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
		${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
d20 1
a20 1
PERL_CONFIGURE=	yes
@


1.1
log
@The Crypt::SaltedHash module provides an object oriented interface to create
salted (or seeded) hashes of clear text data. The original formalization of
this concept comes from RFC-3112 and is extended by the use of different
digital agorithms.

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

PR:		ports/90698
Submitted by:	Gabor Kovesdan
@
text
@d7 1
a7 1
PORTVERSION=	0.03
d16 4
a19 2
BUILD_DEPENDS=	${SITE_PERL}/Digest.pm:${PORTSDIR}/security/p5-Digest \
		${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
d25 1
a25 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>
@

