diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /security/php-Auth_OpenID2/Makefile | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Notes
Notes:
svn path=/head/; revision=207820
svn path=/tags/RELEASE_7_0_0/; revision=207821; tag=release/7.0.0
Diffstat (limited to 'security/php-Auth_OpenID2/Makefile')
-rw-r--r-- | security/php-Auth_OpenID2/Makefile | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/security/php-Auth_OpenID2/Makefile b/security/php-Auth_OpenID2/Makefile deleted file mode 100644 index 61c6995c17d6..000000000000 --- a/security/php-Auth_OpenID2/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# New ports collection makefile for: php-Auth_OpenID -# Date created: 2007-04-24 -# Whom: Gea-Suan Lin <gslin@gslin.org> -# -# $FreeBSD$ -# - -PORTNAME= Auth_OpenID -PORTVERSION= 1.2.2 -CATEGORIES= security www pear -MASTER_SITES= http://www.openidenabled.com/resources/downloads/php-openid/pear/ -PKGNAMEPREFIX= php- -EXTRACT_SUFX= .tgz - -MAINTAINER= gslin@gslin.org -COMMENT= PHP OpenID library - -RUN_DEPENDS= pear:${PORTSDIR}/devel/pear -BUILD_DEPENDS= ${RUN_DEPENDS} - -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 - -.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> |