diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-01-18 01:12:48 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-01-18 01:12:48 +0000 |
commit | 12879adf3ff2f823c900bb7cd80d8a3e9ed3ba17 (patch) | |
tree | 2bdcc6a8538686a73e2d30642eaa027304a55475 /www/p5-Yahoo-Lifestyle | |
parent | 32b3f016a3c2272f9f56193eacfaab3674a2f091 (diff) | |
download | ports-12879adf3ff2f823c900bb7cd80d8a3e9ed3ba17.tar.gz ports-12879adf3ff2f823c900bb7cd80d8a3e9ed3ba17.zip |
Notes
Diffstat (limited to 'www/p5-Yahoo-Lifestyle')
-rw-r--r-- | www/p5-Yahoo-Lifestyle/Makefile | 29 | ||||
-rw-r--r-- | www/p5-Yahoo-Lifestyle/distinfo | 3 | ||||
-rw-r--r-- | www/p5-Yahoo-Lifestyle/pkg-descr | 6 | ||||
-rw-r--r-- | www/p5-Yahoo-Lifestyle/pkg-plist | 5 |
4 files changed, 43 insertions, 0 deletions
diff --git a/www/p5-Yahoo-Lifestyle/Makefile b/www/p5-Yahoo-Lifestyle/Makefile new file mode 100644 index 000000000000..6def14ffb2f4 --- /dev/null +++ b/www/p5-Yahoo-Lifestyle/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: www/p5-Yahoo-Lifestyle +# Date created: 16 Jan 2008 +# Whom: Rong-En Fan <rafan@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Yahoo-Lifestyle +PORTVERSION= 0.2 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Yahoo +PKGNAMEPREFIX= p5- + +MAINTAINER= hcchien@hcchien.org +COMMENT= A simple interface for Yahoo! Taiwan Lifestyle open APIs + +BUILD_DEPENDS= ${RUN_DEPENDS} \ + p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= p5-Yahoo-BBAuth>=0:${PORTSDIR}/security/p5-Yahoo-BBAuth \ + p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \ + p5-libwww>0:${PORTSDIR}/www/p5-libwww + +USE_PERL5= 5.8.1+ +PERL_CONFIGURE= yes + +MAN3= Yahoo::Lifestyle.3 + +.include <bsd.port.mk> diff --git a/www/p5-Yahoo-Lifestyle/distinfo b/www/p5-Yahoo-Lifestyle/distinfo new file mode 100644 index 000000000000..89946478aa52 --- /dev/null +++ b/www/p5-Yahoo-Lifestyle/distinfo @@ -0,0 +1,3 @@ +MD5 (Yahoo-Lifestyle-0.2.tar.gz) = dc65daaaf1b0f9ac33a0239d34ebdefa +SHA256 (Yahoo-Lifestyle-0.2.tar.gz) = 937e9b9794f7ecdc0b9257f37ea8fe490a2b880e56ec257f3d148795d15b4700 +SIZE (Yahoo-Lifestyle-0.2.tar.gz) = 10351 diff --git a/www/p5-Yahoo-Lifestyle/pkg-descr b/www/p5-Yahoo-Lifestyle/pkg-descr new file mode 100644 index 000000000000..72549509a898 --- /dev/null +++ b/www/p5-Yahoo-Lifestyle/pkg-descr @@ -0,0 +1,6 @@ +Yahoo::Lifestyle is a simple interface for Yahoo! Taiwan Lifestyle +open APIs. And you will need the Yahoo::BBAuth for some authentication +APIs. Before you use that, you have to register a appid and secret +for APIs request. + +WWW: http://search.cpan.org/dist/Yahoo-Lifestyle/ diff --git a/www/p5-Yahoo-Lifestyle/pkg-plist b/www/p5-Yahoo-Lifestyle/pkg-plist new file mode 100644 index 000000000000..e43ad0adc62c --- /dev/null +++ b/www/p5-Yahoo-Lifestyle/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Lifestyle/.packlist +%%SITE_PERL%%/Yahoo/Lifestyle.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo/Lifestyle +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Yahoo +@dirrmtry %%SITE_PERL%%/Yahoo |