aboutsummaryrefslogtreecommitdiff
path: root/net/p5-Net-Google-Analytics
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2012-03-11 09:08:37 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2012-03-11 09:08:37 +0000
commitb712c1e76daa3e720bc8550017dd26081f30df50 (patch)
treea5046f2323aed0400b1ac6b078f24269744af5ee /net/p5-Net-Google-Analytics
parentc55ac58e0ff448cff62a8208392558b589ee0379 (diff)
Notes
Diffstat (limited to 'net/p5-Net-Google-Analytics')
-rw-r--r--net/p5-Net-Google-Analytics/Makefile25
-rw-r--r--net/p5-Net-Google-Analytics/distinfo4
-rw-r--r--net/p5-Net-Google-Analytics/pkg-plist17
3 files changed, 14 insertions, 32 deletions
diff --git a/net/p5-Net-Google-Analytics/Makefile b/net/p5-Net-Google-Analytics/Makefile
index 7ff7d92120aa..6f67eeb3a9de 100644
--- a/net/p5-Net-Google-Analytics/Makefile
+++ b/net/p5-Net-Google-Analytics/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Net-Google-Analytics
-PORTVERSION= 0.11003
+PORTVERSION= 3.00
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,27 +15,18 @@ 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-Class-XSAccessor>=1.05:${PORTSDIR}/devel/p5-Class-XSAccessor \
+ p5-JSON>0:${PORTSDIR}/converters/p5-JSON \
p5-libwww>0:${PORTSDIR}/www/p5-libwww \
- p5-URI>0:${PORTSDIR}/net/p5-URI \
- p5-XML-LibXML>0:${PORTSDIR}/textproc/p5-XML-LibXML
+ p5-URI>0:${PORTSDIR}/net/p5-URI
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
+ Net::Google::Analytics::OAuth2.3 \
+ Net::Google::Analytics::Request.3 \
+ Net::Google::Analytics::Response.3 \
+ Net::Google::Analytics::Row.3
.include <bsd.port.mk>
diff --git a/net/p5-Net-Google-Analytics/distinfo b/net/p5-Net-Google-Analytics/distinfo
index 0ba5b025b837..49d5db177d7f 100644
--- a/net/p5-Net-Google-Analytics/distinfo
+++ b/net/p5-Net-Google-Analytics/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Net-Google-Analytics-0.11003.tar.gz) = bb0cc63765a001fd1833671715f93c68553b47d96730bd51836bc9216df7fa81
-SIZE (Net-Google-Analytics-0.11003.tar.gz) = 17469
+SHA256 (Net-Google-Analytics-3.00.tar.gz) = 75b130506e21c15378c8abd510aa83b2fa076b4c4678d86ac28e206b440f214c
+SIZE (Net-Google-Analytics-3.00.tar.gz) = 16674
diff --git a/net/p5-Net-Google-Analytics/pkg-plist b/net/p5-Net-Google-Analytics/pkg-plist
index 3283657991c3..152864c98c2d 100644
--- a/net/p5-Net-Google-Analytics/pkg-plist
+++ b/net/p5-Net-Google-Analytics/pkg-plist
@@ -1,18 +1,9 @@
%%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
+%%SITE_PERL%%/Net/Google/Analytics/OAuth2.pm
+%%SITE_PERL%%/Net/Google/Analytics/Request.pm
+%%SITE_PERL%%/Net/Google/Analytics/Response.pm
+%%SITE_PERL%%/Net/Google/Analytics/Row.pm
@dirrm %%SITE_PERL%%/Net/Google/Analytics
@dirrm %%SITE_PERL%%/Net/Google
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Google/Analytics