Index: p5-Net-Google-Calendar/Makefile =================================================================== RCS file: p5-Net-Google-Calendar/Makefile diff -N p5-Net-Google-Calendar/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Net-Google-Calendar/Makefile 16 May 2006 08:32:42 -0000 @@ -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 Index: p5-Net-Google-Calendar/distinfo =================================================================== RCS file: p5-Net-Google-Calendar/distinfo diff -N p5-Net-Google-Calendar/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Net-Google-Calendar/distinfo 16 May 2006 08:32:42 -0000 @@ -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 Index: p5-Net-Google-Calendar/pkg-descr =================================================================== RCS file: p5-Net-Google-Calendar/pkg-descr diff -N p5-Net-Google-Calendar/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Net-Google-Calendar/pkg-descr 16 May 2006 08:32:42 -0000 @@ -0,0 +1,4 @@ +Provides programmatic access to Google's Calendar API + +Author: Simon Wistow +WWW: http://search.cpan.org/dist/Net-Google-Calendar/ Index: p5-Net-Google-Calendar/pkg-plist =================================================================== RCS file: p5-Net-Google-Calendar/pkg-plist diff -N p5-Net-Google-Calendar/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Net-Google-Calendar/pkg-plist 16 May 2006 08:32:42 -0000 @@ -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