From 7bdde55dff2c94d2699c4c72c01fb5bf1617927d Mon Sep 17 00:00:00 2001 From: sat Date: Tue, 16 May 2006 09:12:53 +0000 Subject: Add p5-Net-Google-Calendar: Programmatic access to Google's Calendar API PR: ports/97284 Submitted by: Yi-Hsuan Hsin Approved by: krion (mentor) --- net/p5-Net-Google-Calendar/Makefile | 28 ++++++++++++++++++++++++++++ net/p5-Net-Google-Calendar/distinfo | 3 +++ net/p5-Net-Google-Calendar/pkg-descr | 4 ++++ net/p5-Net-Google-Calendar/pkg-plist | 6 ++++++ 4 files changed, 41 insertions(+) create mode 100644 net/p5-Net-Google-Calendar/Makefile create mode 100644 net/p5-Net-Google-Calendar/distinfo create mode 100644 net/p5-Net-Google-Calendar/pkg-descr create mode 100644 net/p5-Net-Google-Calendar/pkg-plist (limited to 'net/p5-Net-Google-Calendar') diff --git a/net/p5-Net-Google-Calendar/Makefile b/net/p5-Net-Google-Calendar/Makefile new file mode 100644 index 0000000..766473c --- /dev/null +++ b/net/p5-Net-Google-Calendar/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: p5-Net-Google-Calendar +# Date created: 2006-05-15 +# Whom: Yi-Hsuan Hsin +# +# $FreeBSD$ +# + +PORTNAME= Net-Google-Calendar +DISTVERSION= 0.1_devel +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Net +PKGNAMEPREFIX= p5- + +MAINTAINER= mhsin@mhsin.org +COMMENT= Programmatic access to Google's Calendar API + +BUILD_DEPENDS= p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \ + p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ + p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_MODBUILD= yes + +MAN3= Net::Google::Calendar.3 Net::Google::Calendar::Entry.3 \ + Net::Google::Calendar::Person.3 + +.include diff --git a/net/p5-Net-Google-Calendar/distinfo b/net/p5-Net-Google-Calendar/distinfo new file mode 100644 index 0000000..ef59f90 --- /dev/null +++ b/net/p5-Net-Google-Calendar/distinfo @@ -0,0 +1,3 @@ +MD5 (Net-Google-Calendar-0.1_devel.tar.gz) = 1fe3eef4ececd1461b1c6758abecf56c +SHA256 (Net-Google-Calendar-0.1_devel.tar.gz) = 6d47cda4abc908569fc3315fee384581561605d5c5140ed57311339d402d20ce +SIZE (Net-Google-Calendar-0.1_devel.tar.gz) = 4897 diff --git a/net/p5-Net-Google-Calendar/pkg-descr b/net/p5-Net-Google-Calendar/pkg-descr new file mode 100644 index 0000000..f3bb78f --- /dev/null +++ b/net/p5-Net-Google-Calendar/pkg-descr @@ -0,0 +1,4 @@ +Provides programmatic access to Google's Calendar API + +Author: Simon Wistow +WWW: http://search.cpan.org/dist/Net-Google-Calendar/ diff --git a/net/p5-Net-Google-Calendar/pkg-plist b/net/p5-Net-Google-Calendar/pkg-plist new file mode 100644 index 0000000..93561c6 --- /dev/null +++ b/net/p5-Net-Google-Calendar/pkg-plist @@ -0,0 +1,6 @@ +%%SITE_PERL%%/Net/Google/Calendar.pm +%%SITE_PERL%%/Net/Google/Calendar/Entry.pm +%%SITE_PERL%%/Net/Google/Calendar/Person.pm +@dirrm %%SITE_PERL%%/Net/Google/Calendar +@dirrm %%SITE_PERL%%/Net/Google +@dirrmtry %%SITE_PERL%%/Net -- cgit v1.1