diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /security/php-Auth_OpenID2/Makefile | |
parent | - Fix build with GCRYPT option by taking out -Werror (diff) |
Remove non staged ports without pending PR from s*
Notes
Notes:
svn path=/head/; revision=366980
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 7d6f749bc454..000000000000 --- a/security/php-Auth_OpenID2/Makefile +++ /dev/null @@ -1,58 +0,0 @@ -# Created by: Gea-Suan Lin <gslin@gslin.org> -# $FreeBSD$ - -PORTNAME= Auth_OpenID2 -PORTVERSION= 2.1.3 -CATEGORIES= security www pear -MASTER_SITES= http://openidenabled.com/files/php-openid/packages/ -PKGNAMEPREFIX= php- -DISTNAME= php-openid-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= PHP OpenID library - -RUN_DEPENDS= pear:${PORTSDIR}/devel/pear -BUILD_DEPENDS:= ${RUN_DEPENDS} - -CONFLICTS= pear-Auth_OpenID-2.* - -USES= tar:bzip2 -NO_BUILD= yes -OPTIONS_DEFINE= BCMATH MYSQL PGSQL SQLITE EXAMPLES -BCMATH_DESC= Use bcmath instead of libgmp - -USE_PHP= curl dom - -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${PORT_OPTIONS:MBCMATH} -USE_PHP+= bcmath -.else -USE_PHP+= gmp -.endif - -.if ${PORT_OPTIONS:MMYSQL} -USE_PHP+= mysql -.endif - -.if ${PORT_OPTIONS:MPGSQL} -USE_PHP+= pgsql -.endif - -.if ${PORT_OPTIONS:MSQLITE} -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/Auth/Yadis - ${CP} -R ${WRKSRC}/Auth/Yadis/* ${PREFIX}/share/pear/Auth/Yadis -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/ ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> |