mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
WebService::Google::Reader provides an interface to the Google Reader
service through the unofficial (as-yet unpublished) API. WWW: http://search.cpan.org/dist/WebService-Google-Reader/ PR: ports/150325 Submitted by: Frederic Culot <frederic@culot.org>
This commit is contained in:
parent
d2517810b8
commit
9b5f4121db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=260990
@ -1271,6 +1271,7 @@
|
||||
SUBDIR += p5-WebService-Bloglines
|
||||
SUBDIR += p5-WebService-BuzzurlAPI
|
||||
SUBDIR += p5-WebService-CIA
|
||||
SUBDIR += p5-WebService-Google-Reader
|
||||
SUBDIR += p5-WebService-Google-Sets
|
||||
SUBDIR += p5-WebService-ISBNDB
|
||||
SUBDIR += p5-WebService-MusicBrainz
|
||||
|
35
www/p5-WebService-Google-Reader/Makefile
Normal file
35
www/p5-WebService-Google-Reader/Makefile
Normal file
@ -0,0 +1,35 @@
|
||||
# New ports collection makefile for: p5-WebService-Google-Reader
|
||||
# Date created: 2010-09-06
|
||||
# Whom: Frederic Culot <frederic@culot.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= WebService-Google-Reader
|
||||
PORTVERSION= 0.12
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= frederic@culot.org
|
||||
COMMENT= Perl interface to Google Reader
|
||||
|
||||
BUILD_DEPENDS= p5-JSON-XS>=2:${PORTSDIR}/converters/p5-JSON-XS \
|
||||
p5-URI>0:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
|
||||
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
|
||||
p5-Crypt-SSLeay>0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
||||
p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
|
||||
p5-XML-Atom>0:${PORTSDIR}/textproc/p5-XML-Atom \
|
||||
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
|
||||
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= WebService::Google::Reader.3 \
|
||||
WebService::Google::Reader::Constants.3 \
|
||||
WebService::Google::Reader::Feed.3 \
|
||||
WebService::Google::Reader::ListElement.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/p5-WebService-Google-Reader/distinfo
Normal file
3
www/p5-WebService-Google-Reader/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (WebService-Google-Reader-0.12.tar.gz) = 583886dd9f07333fdb56ee969bc01d74
|
||||
SHA256 (WebService-Google-Reader-0.12.tar.gz) = 03d1cc6ef9210dcc9f746bfc63918f650e2b8494f639b8fa1b5253b09d96d7c0
|
||||
SIZE (WebService-Google-Reader-0.12.tar.gz) = 13495
|
4
www/p5-WebService-Google-Reader/pkg-descr
Normal file
4
www/p5-WebService-Google-Reader/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
WebService::Google::Reader provides an interface to the Google Reader
|
||||
service through the unofficial (as-yet unpublished) API.
|
||||
|
||||
WWW: http://search.cpan.org/dist/WebService-Google-Reader/
|
11
www/p5-WebService-Google-Reader/pkg-plist
Normal file
11
www/p5-WebService-Google-Reader/pkg-plist
Normal file
@ -0,0 +1,11 @@
|
||||
%%SITE_PERL%%/WebService/Google/Reader.pm
|
||||
%%SITE_PERL%%/WebService/Google/Reader/Constants.pm
|
||||
%%SITE_PERL%%/WebService/Google/Reader/Feed.pm
|
||||
%%SITE_PERL%%/WebService/Google/Reader/ListElement.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Reader/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google/Reader
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Google
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Google/Reader
|
||||
@dirrmtry %%SITE_PERL%%/WebService/Google
|
||||
@dirrmtry %%SITE_PERL%%/WebService
|
Loading…
x
Reference in New Issue
Block a user