head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.13
	RELEASE_8_0_0:1.13
	RELEASE_7_2_0:1.12
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.6
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.01.11;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.06.29.18.30.41;	author az;	state Exp;
branches;
next	1.14;

1.14
date	2012.01.21.17.37.46;	author eadler;	state Exp;
branches;
next	1.13;

1.13
date	2009.07.22.16.26.57;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2009.03.28.01.16.35;	author skreuzer;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.17.14.28.08;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.06.17.21.27.40;	author itetcu;	state Exp;
branches;
next	1.9;

1.9
date	2007.02.24.09.20.51;	author rafan;	state Exp;
branches;
next	1.8;

1.8
date	2004.06.03.13.40.38;	author erwin;	state Exp;
branches;
next	1.7;

1.7
date	2003.10.24.12.03.31;	author ijliao;	state Exp;
branches;
next	1.6;

1.6
date	2003.05.09.01.22.07;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.18.59.08;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2003.02.17.16.20.33;	author nork;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.10.16.47.54;	author lioux;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.06.22.46.51;	author adamw;	state Exp;
branches;
next	1.1;

1.1
date	2001.10.10.01.02.07;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Crypt-HCE_SHA
# Date created:				October 8th 2001
# Whom:	      				Gregory Neil Shapiro <gshapiro@@FreeBSD.org>
#
# $FreeBSD: head/security/p5-Crypt-HCE_SHA/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Crypt-HCE_SHA
PORTVERSION=	0.70
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	skreuzer@@FreeBSD.org
COMMENT=	Perl5 interface to one way hash chaining block cipher

BUILD_DEPENDS=	p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		Crypt::HCE_SHA.3

.include <bsd.port.mk>
@


1.15
log
@- Remove SITE_PERL from *_DEPENDS

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


1.14
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 1
a17 1
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
@


1.13
log
@- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
@
text
@d18 1
a18 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.12
log
@Change MAINTAINER on my ports to my FreeBSD email address

Approved by:	wxs (mentor)
@
text
@d24 1
a24 8
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif

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


1.11
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
@d14 1
a14 1
MAINTAINER=	skreuzer@@exit2shell.com
@


1.10
log
@Change of email address, same maintainer.

PR:		ports/113686
Submitted by:	Steven Kreuzer (confirmed from the old email on private)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Crypt
@


1.9
log
@- Pass maintainership to submitter

PR:		ports/109474
Submitted by:	Steven Kreuzer <skreuzer at f2o.org>
@
text
@d15 1
a15 1
MAINTAINER=	skreuzer@@f2o.org
@


1.8
log
@Update to 0.70
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.7
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	0.60
@


1.6
log
@conditionalize dependencies on modules included in perl 5.8

	Make dependencies on modules included in the perl 5.8
	distribution conditional on the perl version installed.
	While I'm here, remove SITE_PERL and MAN(3)PREFIX.

PR:		ports/50589
Submitted by:	Erwin Lansing <erwin@@lansing.dk>
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
d28 2
a29 2
BUILD_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
RUN_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
@


1.5
log
@De-pkg-comment.
@
text
@d18 1
a18 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
a22 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
d25 8
a32 1
.include <bsd.port.mk>
@


1.4
log
@Remove RESTRICTED tag for crypto stuff.

Pointed out by:		kris
@
text
@d16 1
@


1.3
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@a20 2
RESTRICTED=	"Crypto; export-controlled"

@


1.2
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Perl5 interface to one way hash chaining block cipher

@


1.1
log
@Add p5-Crypt-HCE_SHA 0.60, perl5 interface to one way hash chaining
block cipher.

PR:		31152
Submitted by:	Gregory Neil Shapiro <gshapiro@@FreeBSD.org>
@
text
@d17 2
@

