head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2013.03.15.17.51.47;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.21.17.39.38;	author eadler;	state Exp;
branches;
next	1.2;

1.2
date	2010.05.28.02.04.16;	author wen;	state Exp;
branches;
next	1.1;

1.1
date	2009.12.07.09.44.57;	author wen;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314206
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Wen Heping <wen@@FreeBSD.org>
# $FreeBSD: head/security/pear-Crypt_HMAC2/Makefile 314206 2013-03-15 00:54:51Z miwi $

PORTNAME=	Crypt_HMAC2
PORTVERSION=	1.0.0
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	Implementation of Hashed Message Authentication Code for PHP5

BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear

PEAR_AUTOINSTALL=	yes

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 2
a2 6
# Ports collection makefile for:	pear-Crypt_HMAC2
# Date created:				23 Nov, 2009
# Whom:					Wen Heping <wen@@FreeBSD.org>
#
# $FreeBSD: head/security/pear-Crypt_HMAC2/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d12 1
a12 1
RUN_DEPENDS:=	${BUILD_DEPENDS}
d14 1
a14 6
#CATEGORY=	Crypt
FILES=		Crypt/HMAC2.php Crypt/HMAC2/Exception.php
TESTS=		AllTests.php HMAC2Test.php \
		TestConfiguration.php.dist \
		TestHelper.php
DOCS=		intro.xml
@


1.3
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
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 1.0.0
- Pass maintainership to miwi@@
@
text
@d16 1
a16 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@Force Repocopy Commit.
@
text
@d9 1
a9 1
PORTVERSION=	0.2.1
d12 1
a12 1
MAINTAINER=	wen@@FreeBSD.org
d18 2
a19 2
CATEGORY=	Crypt
FILES=		HMAC2.php HMAC2/Exception.php
@

