head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


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

1.4
date	2012.06.10.18.42.15;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2008.06.24.13.18.46;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2008.03.04.11.32.02;	author mm;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.14.02.41.41;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	php-Auth_OpenID
# Date created:		2007-04-24
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/security/php-Auth_OpenID/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Auth_OpenID
PORTVERSION=	1.2.3
CATEGORIES=	security www pear
MASTER_SITES=	http://openidenabled.com/files/php-openid/packages/
PKGNAMEPREFIX=	php-
DISTNAME=	php-openid-${PORTVERSION}

MAINTAINER=	gslin@@gslin.org
COMMENT=	PHP OpenID library

RUN_DEPENDS=	pear:${PORTSDIR}/devel/pear
BUILD_DEPENDS:=	${RUN_DEPENDS}

CONFLICTS=	pear-Auth_OpenID-2.*

USE_BZIP2=	yes
NO_BUILD=	yes
OPTIONS=	BCMATH "Use bcmath instead of libgmp" off \
		MYSQL "Use mysql" off \
		PGSQL "Use pgsql" off \
		SQLITE "Use sqlite" off

USE_PHP=	curl dom

.include <bsd.port.pre.mk>

.ifdef(WITH_BCMATH)
USE_PHP+=	bcmath
.else
USE_PHP+=	gmp
.endif

.ifdef(WITH_MYSQL)
USE_PHP+=	mysql
.endif

.ifdef(WITH_PGSQL)
USE_PHP+=	pgsql
.endif

.ifdef(WITH_SQLITE)
USE_PHP+=	sqlite
.endif

do-install:
	${MKDIR} ${PREFIX}/share/pear/Auth/OpenID
	${CP} ${WRKSRC}/Auth/OpenID.php ${PREFIX}/share/pear/Auth
	${CP} ${WRKSRC}/Auth/OpenID/* ${PREFIX}/share/pear/Auth/OpenID
	${MKDIR} ${PREFIX}/share/pear/Services/Yadis
	${CP} ${WRKSRC}/Services/Yadis/* ${PREFIX}/share/pear/Services/Yadis
	${MKDIR} ${EXAMPLESDIR}
	${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR}

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


1.4
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.3
log
@Add dependency on phpX-dom

PR:		ports/124734
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@- Update to 1.2.3
- fix MASTER_SITES
- add CONFLICTS with PEARized version 2 (security/pear-Auth_OpenID)

PR:		ports/121315
Submitted by:	mm
Approved by:	Gea-Suan Lin <gslin at gslin.org> (maintainer)
@
text
@d30 1
a30 1
USE_PHP=	curl
@


1.1
log
@Add php-Auth_OpenID 1.2.2, PHP OpenID library.

PR:		ports/112079
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	1.2.2
d11 1
a11 1
MASTER_SITES=	http://www.openidenabled.com/resources/downloads/php-openid/pear/
d13 1
a13 1
EXTRACT_SUFX=	.tgz
d21 3
@

