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


1.3
date	2013.03.16.09.37.03;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.06.01.14;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2008.09.23.08.07.57;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314266
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Martin Wilke <miwi@@FreeBSD.org>
# $FreeBSD: head/security/pear-Crypt_MicroID/Makefile 314266 2013-03-15 07:07:16Z miwi $

PORTNAME=	Crypt_MicroID
PORTVERSION=	0.1.0
CATEGORIES=	security www pear

MAINTAINER=	miwi@@FreeBSD.org
COMMENT=	PHP MicroID library.

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.2
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	pear-Crypt_MicroID
# Date created:		2008-09-22
# Whom:			Martin Wilke <miwi@@FreeBSD.org>
#
# $FreeBSD: head/security/pear-Crypt_MicroID/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d11 2
a12 2
BUILD_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS+=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
d14 1
a14 2
FILES=		Crypt/MicroID.php Crypt/MicroID/AlgorithmNotFoundException.php
TESTS=		001-generate.phpt 002-verify.phpt tests-config.php
@


1.1
log
@Provides methods needed to generate and verify MicroIDs.

WWW:	http://pear.php.net/package/Crypt_MicroID/
@
text
@d5 1
a5 1
# $FreeBSD$
@

