head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	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.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.6
	RELEASE_5_4_0:1.6
	RELEASE_4_11_0:1.6
	RELEASE_5_3_0:1.6
	RELEASE_4_10_0:1.5
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.01.12;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2011.07.31.06.24.28;	author sunpoet;	state Exp;
branches;
next	1.9;

1.9
date	2010.01.11.01.34.37;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.22.16.26.58;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.17.14.28.18;	author araujo;	state Exp;
branches;
next	1.6;

1.6
date	2004.08.13.15.21.19;	author nork;	state Exp;
branches;
next	1.5;

1.5
date	2003.10.24.12.03.38;	author ijliao;	state Exp;
branches;
next	1.4;

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

1.3
date	2003.02.20.16.33.26;	author sobomax;	state Exp;
branches;
next	1.2;

1.2
date	2002.05.13.19.10.19;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.11.08.58.11;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Digest-HMAC
# Date created:				2001/12/11
# Whom:					nork@@cityfujisawa.ne.jp
#
# $FreeBSD: head/security/p5-Digest-HMAC/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Digest-HMAC
PORTVERSION=	1.03
CATEGORIES=	security perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl5 interface to HMAC Message-Digest Algorithms

PERL_CONFIGURE=	yes

MAN3=		Digest::HMAC.3 \
		Digest::HMAC_MD5.3 \
		Digest::HMAC_SHA1.3

.include <bsd.port.mk>
@


1.10
log
@- Update to 1.03
- Add WWW

Changes:	http://search.cpan.org/dist/Digest-HMAC/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 1.02
@
text
@d9 1
a9 1
PORTVERSION=	1.02
a16 3
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS=	${BUILD_DEPENDS}

@


1.8
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
@d9 1
a9 1
PORTVERSION=	1.01
@


1.7
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
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
.endif

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


1.6
log
@Change MAINTAINER to perl@@.
I welcome bsd.port.mk introduced soon.

Inspired by:	freebsd-perl@@
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Digest
@


1.5
log
@utilize SITE_PERL

PR:		58166
Submitted by:	Cheng-Lung Sung <clsung@@dragon2.net>
@
text
@d15 1
a15 1
MAINTAINER=	nork@@FreeBSD.org
@


1.4
log
@De-pkg-comment.
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${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}
d30 1
a30 1
BUILD_DEPENDS+=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
@


1.3
log
@Conditionalise several dependencies on PERL_LEVEL to make those ports more
friendly for perl-5.8.0, which has those dependencies included into the
base distribution.

Sponsired by:	Porta Software Ltd
@
text
@d16 1
@


1.2
log
@more clean pkg-plist

Approved by:	knu (mentor)
@
text
@d17 1
a17 2
BUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
d27 7
a33 1
.include <bsd.port.mk>
@


1.1
log
@add p5-Digest-HMAC
Perl5 interface to HMAC Message-Digest Algorithms

PR:		30997
Submitted by:	nork@@cityfujisawa.ne.jp (Norikatsu Shigemura)
@
text
@d15 1
a15 1
MAINTAINER=	nork@@cityfujisawa.ne.jp
@

