head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.01.13;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.10.18.42.15;	author swills;	state Exp;
branches;
next	1.8;

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

1.7
date	2011.06.20.09.03.18;	author az;	state Exp;
branches;
next	1.6;

1.6
date	2008.04.17.14.28.25;	author araujo;	state Exp;
branches;
next	1.5;

1.5
date	2007.02.27.21.18.30;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2006.02.04.14.38.12;	author erwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.24.12.03.42;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.21.13.26.52;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2003.02.04.23.59.39;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-SHA
# Date created:				Sep 30, 2002
# Whom:	      				Jim Geovedi <jim@@corebsd.or.id>
#
# $FreeBSD: head/security/p5-SHA/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	SHA
PORTVERSION=	2.01
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:GAAS
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl5 interface to the SHA1 algorithm

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

PERL_CONFIGURE=	yes

MAN3=		SHA.3

.include <bsd.port.mk>
@


1.9
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Remove SITE_PERL from *_DEPENDS
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.7
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
@
text
@d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
@


1.6
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
MASTER_SITE_SUBDIR=	../../authors/id/G/GA/GAAS
d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.5
log
@Reset jim@@corebsd.or.id, since he no longer has access to FreeBSD machines.
We appreciate the help in the past.

Hat:		portmgr
@
text
@d11 2
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	../../authors/id/G/GA/GAAS/
@


1.4
log
@Update to 2.01

PR:		92794
Submitted by:	leeym
Approved by:	Jim Geovedi <jim@@corebsd.or.id> (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	jim@@corebsd.or.id
@


1.3
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d9 1
a9 1
PORTVERSION=	1.2
d12 1
a12 1
MASTER_SITE_SUBDIR=	SHA
d18 3
@


1.2
log
@De-pkg-comment.
@
text
@a20 1
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
@


1.1
log
@New Port: security/p5-SHA

	The SHA module allows you to use the NIST SHA message digest
	algorithm from within Perl programs.

	The final message digest value is returned by the digest
	operation as a 20-byte binary string. This operation delivers
	the result of operations since the last new or reset
	operation. Once the operation has been performed, the context
	must be reset before being used to calculate another digest
	value.

PR:		ports/43799
Submitted by:	Jim Geovedi <negative@@toxic.magnesium.net>
@
text
@d16 1
@

