diff options
author | clsung <clsung@FreeBSD.org> | 2007-07-09 10:16:06 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2007-07-09 10:16:06 +0800 |
commit | 97cdc8c52f753b66abd284600db075c31db22919 (patch) | |
tree | eb04566a9e6ff3651b864a57f3173b649e2eb4d9 /security | |
parent | d2ecc87554f566d3804a00c79837e864def2ce91 (diff) | |
download | freebsd-ports-gnome-97cdc8c52f753b66abd284600db075c31db22919.tar.gz freebsd-ports-gnome-97cdc8c52f753b66abd284600db075c31db22919.tar.zst freebsd-ports-gnome-97cdc8c52f753b66abd284600db075c31db22919.zip |
This module priovides an Object Oriented interface for Yahoo!
Browser-Based Authentication.
This module is ported from the official PHP class which is located on
this page: http://developer.yahoo.com/php
WWW: http://search.cpan.org/dist/Yahoo-BBAuth/
PR: ports/114345
Submitted by: Gea-Suan Lin <gslin at gslin.org>
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Yahoo-BBAuth/Makefile | 30 | ||||
-rw-r--r-- | security/p5-Yahoo-BBAuth/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Yahoo-BBAuth/pkg-descr | 7 | ||||
-rw-r--r-- | security/p5-Yahoo-BBAuth/pkg-plist | 10 |
5 files changed, 51 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index a7b376ef7d95..7d81e4839317 100644 --- a/security/Makefile +++ b/security/Makefile @@ -492,6 +492,7 @@ SUBDIR += p5-Text-Password-Pronounceable SUBDIR += p5-Tie-EncryptedHash SUBDIR += p5-Tree-Authz + SUBDIR += p5-Yahoo-BBAuth SUBDIR += p5-openxpki SUBDIR += p5-openxpki-client SUBDIR += p5-openxpki-client-cli diff --git a/security/p5-Yahoo-BBAuth/Makefile b/security/p5-Yahoo-BBAuth/Makefile new file mode 100644 index 000000000000..b10d8f393fe9 --- /dev/null +++ b/security/p5-Yahoo-BBAuth/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: p5-Yahoo-BBAuth +# Date created: 2007-07-06 +# Whom: Gea-Suan Lin <gslin@gslin.org> +# +# $FreeBSD$ +# + +PORTNAME= Yahoo-BBAuth +PORTVERSION= 0.50 +CATEGORIES= security www +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= Yahoo +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Perl interface to the Yahoo! Browser-Based Authentication + +RUN_DEPENDS= ${SITE_PERL}/Class/Accessor.pm:${PORTSDIR}/devel/p5-Class-Accessor \ + ${SITE_PERL}/JSON.pm:${PORTSDIR}/converters/p5-JSON \ + ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww + +PERL_CONFIGURE= yes + +MAN3= Yahoo::BBAuth.3 + +post-install: + ${MKDIR} ${WWWDIR}/cgi-bin + ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${WWWDIR}/cgi-bin + +.include <bsd.port.mk> diff --git a/security/p5-Yahoo-BBAuth/distinfo b/security/p5-Yahoo-BBAuth/distinfo new file mode 100644 index 000000000000..ee40199a5955 --- /dev/null +++ b/security/p5-Yahoo-BBAuth/distinfo @@ -0,0 +1,3 @@ +MD5 (Yahoo-BBAuth-0.50.tar.gz) = 87959d704605e812b31b75ec80b0fefb +SHA256 (Yahoo-BBAuth-0.50.tar.gz) = 1f5d671aa113d26fec6c50447ca91e03cfe6e4351d5e8bf13d09675e1591920e +SIZE (Yahoo-BBAuth-0.50.tar.gz) = 5775 diff --git a/security/p5-Yahoo-BBAuth/pkg-descr b/security/p5-Yahoo-BBAuth/pkg-descr new file mode 100644 index 000000000000..4c29ba38bed7 --- /dev/null +++ b/security/p5-Yahoo-BBAuth/pkg-descr @@ -0,0 +1,7 @@ +This module priovides an Object Oriented interface for Yahoo! +Browser-Based Authentication. + +This module is ported from the official PHP class which is located on +this page: http://developer.yahoo.com/php + +WWW: http://search.cpan.org/dist/Yahoo-BBAuth/ diff --git a/security/p5-Yahoo-BBAuth/pkg-plist b/security/p5-Yahoo-BBAuth/pkg-plist new file mode 100644 index 000000000000..2cfd3b4c2158 --- /dev/null +++ b/security/p5-Yahoo-BBAuth/pkg-plist @@ -0,0 +1,10 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth/.packlist +%%SITE_PERL%%/Yahoo/BBAuth.pm +%%WWWDIR%%/cgi-bin/testMAIL.cgi +%%WWWDIR%%/cgi-bin/testPHOTOS.cgi +@dirrmtry %%WWWDIR%%/cgi-bin +@dirrmtry %%WWWDIR%% +@dirrmtry %%SITE_PERL%%/Yahoo +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/BBAuth +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo |