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:
parent
9136951ab8
commit
1dcc9a0868
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288143
@ -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
|
||||
|
41
net/p5-Net-Google-Analytics/Makefile
Normal file
41
net/p5-Net-Google-Analytics/Makefile
Normal 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>
|
2
net/p5-Net-Google-Analytics/distinfo
Normal file
2
net/p5-Net-Google-Analytics/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Google-Analytics-0.11003.tar.gz) = bb0cc63765a001fd1833671715f93c68553b47d96730bd51836bc9216df7fa81
|
||||
SIZE (Net-Google-Analytics-0.11003.tar.gz) = 17469
|
5
net/p5-Net-Google-Analytics/pkg-descr
Normal file
5
net/p5-Net-Google-Analytics/pkg-descr
Normal 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/
|
19
net/p5-Net-Google-Analytics/pkg-plist
Normal file
19
net/p5-Net-Google-Analytics/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user