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


1.7
date	2012.11.17.06.01.10;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.06.29.10.29.23;	author az;	state Exp;
branches;
next	1.5;

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

1.4
date	2011.05.26.19.43.13;	author brix;	state Exp;
branches;
next	1.3;

1.3
date	2010.08.02.19.10.23;	author brix;	state Exp;
branches;
next	1.2;

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

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


desc
@@


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

PORTNAME=	Authen-DecHpwd
PORTVERSION=	2.006
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	brix@@FreeBSD.org
COMMENT=	Perl module for DEC VMS password hashing

BUILD_DEPENDS=	p5-Scalar-String>=0:${PORTSDIR}/devel/p5-Scalar-String \
		p5-Data-Integer>=0:${PORTSDIR}/devel/p5-Data-Integer \
		p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC
RUN_DEPENDS:=	${BUILD_DEPENDS}

LICENSE=	GPLv2
PERL_MODBUILD=	yes

MAN3=	Authen::DecHpwd.3

.include <bsd.port.mk>
@


1.6
log
@- Remove SITE_PERL from *_DEPENDS

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


1.5
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
@d17 3
a19 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Scalar/String.pm:${PORTSDIR}/devel/p5-Scalar-String \
		${SITE_PERL}/Data/Integer.pm:${PORTSDIR}/devel/p5-Data-Integer \
		${SITE_PERL}/${PERL_ARCH}/Digest/CRC.pm:${PORTSDIR}/security/p5-Digest-CRC
@


1.4
log
@- Update to v2.006
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.3
log
@- Update to v2.005
- Add LICENSE
@
text
@d9 1
a9 1
PORTVERSION=	2.005
d18 2
a19 1
		${SITE_PERL}/Data/Integer.pm:${PORTSDIR}/devel/p5-Data-Integer
@


1.2
log
@- Update to v2.004
@
text
@d9 1
a9 1
PORTVERSION=	2.004
d21 1
@


1.1
log
@This perl module implements the LGI$HPWD password hashing function
from VMS, and some associated VMS username and password handling
functions.

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

Approved by:	erwin (mentor)
@
text
@d9 1
a9 1
PORTVERSION=	2.002
d17 4
@

