diff options
author | sat <sat@FreeBSD.org> | 2006-05-16 09:12:53 +0000 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-16 09:12:53 +0000 |
commit | 7bdde55dff2c94d2699c4c72c01fb5bf1617927d (patch) | |
tree | f6e1501c27799560f09db4bbd08d780fa35dbd76 /net | |
parent | f09fd8c7464c98a7fc32d6c6566ae695b498e6bf (diff) | |
download | FreeBSD-ports-7bdde55dff2c94d2699c4c72c01fb5bf1617927d.zip FreeBSD-ports-7bdde55dff2c94d2699c4c72c01fb5bf1617927d.tar.gz |
Add p5-Net-Google-Calendar: Programmatic access to Google's Calendar API
PR: ports/97284
Submitted by: Yi-Hsuan Hsin <mhsin@mhsin.org>
Approved by: krion (mentor)
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Google-Calendar/Makefile | 28 | ||||
-rw-r--r-- | net/p5-Net-Google-Calendar/distinfo | 3 | ||||
-rw-r--r-- | net/p5-Net-Google-Calendar/pkg-descr | 4 | ||||
-rw-r--r-- | net/p5-Net-Google-Calendar/pkg-plist | 6 |
5 files changed, 42 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 82c97f4..3abc023 100644 --- a/net/Makefile +++ b/net/Makefile @@ -416,6 +416,7 @@ SUBDIR += p5-Net-Finger SUBDIR += p5-Net-Gnats SUBDIR += p5-Net-Google + SUBDIR += p5-Net-Google-Calendar SUBDIR += p5-Net-Gopher SUBDIR += p5-Net-HL7 SUBDIR += p5-Net-Ident 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 <mhsin@mhsin.org> +# +# $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 <bsd.port.mk> 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 <simon@thegestalt.org> +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 |