1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

This module provides a simple, straight-forward interface to the

Google Analytics Data Export API, using LWP::UserAgent and XML::LibXML
for the heavy lifting.

WWW: http://search.cpan.org/dist/Net-Google-Analytics/
This commit is contained in:
Jun Kuriyama 2011-12-28 05:50:58 +00:00
parent 9136951ab8
commit 1dcc9a0868
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288143
5 changed files with 68 additions and 0 deletions

View File

@ -563,6 +563,7 @@
SUBDIR += p5-Net-GitHub
SUBDIR += p5-Net-Gnats
SUBDIR += p5-Net-Google
SUBDIR += p5-Net-Google-Analytics
SUBDIR += p5-Net-Google-AuthSub
SUBDIR += p5-Net-Google-Calendar
SUBDIR += p5-Net-Google-Code

View File

@ -0,0 +1,41 @@
# New ports collection makefile for: Net::Google::Analytics
# Date created: 28 Dec 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Net-Google-Analytics
PORTVERSION= 0.11003
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension for Google Analytics Data Export API
RUN_DEPENDS= \
p5-Class-Accessor>0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
p5-URI>0:${PORTSDIR}/net/p5-URI \
p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Net::Google::Analytics.3 \
Net::Google::Analytics::AccountFeed.3 \
Net::Google::Analytics::AccountFeedEntry.3 \
Net::Google::Analytics::AccountFeedResponse.3 \
Net::Google::Analytics::DataFeed.3 \
Net::Google::Analytics::DataFeedEntry.3 \
Net::Google::Analytics::DataFeedRequest.3 \
Net::Google::Analytics::DataFeedResponse.3 \
Net::Google::Analytics::Dimension.3 \
Net::Google::Analytics::Feed.3 \
Net::Google::Analytics::FeedRequest.3 \
Net::Google::Analytics::FeedResponse.3 \
Net::Google::Analytics::Metric.3 \
Net::Google::Analytics::XML.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Net-Google-Analytics-0.11003.tar.gz) = bb0cc63765a001fd1833671715f93c68553b47d96730bd51836bc9216df7fa81
SIZE (Net-Google-Analytics-0.11003.tar.gz) = 17469

View File

@ -0,0 +1,5 @@
This module provides a simple, straight-forward interface to the
Google Analytics Data Export API, using LWP::UserAgent and XML::LibXML
for the heavy lifting.
WWW: http://search.cpan.org/dist/Net-Google-Analytics/

View File

@ -0,0 +1,19 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/Analytics/.packlist
%%SITE_PERL%%/Net/Google/Analytics.pm
%%SITE_PERL%%/Net/Google/Analytics/AccountFeed.pm
%%SITE_PERL%%/Net/Google/Analytics/AccountFeedEntry.pm
%%SITE_PERL%%/Net/Google/Analytics/AccountFeedResponse.pm
%%SITE_PERL%%/Net/Google/Analytics/DataFeed.pm
%%SITE_PERL%%/Net/Google/Analytics/DataFeedEntry.pm
%%SITE_PERL%%/Net/Google/Analytics/DataFeedRequest.pm
%%SITE_PERL%%/Net/Google/Analytics/DataFeedResponse.pm
%%SITE_PERL%%/Net/Google/Analytics/Dimension.pm
%%SITE_PERL%%/Net/Google/Analytics/Feed.pm
%%SITE_PERL%%/Net/Google/Analytics/FeedRequest.pm
%%SITE_PERL%%/Net/Google/Analytics/FeedResponse.pm
%%SITE_PERL%%/Net/Google/Analytics/Metric.pm
%%SITE_PERL%%/Net/Google/Analytics/XML.pm
@dirrm %%SITE_PERL%%/Net/Google/Analytics
@dirrm %%SITE_PERL%%/Net/Google
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/Analytics
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google