mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
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)
This commit is contained in:
parent
f4895cc9b0
commit
69bfed8004
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162545
@ -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
|
||||
|
28
net/p5-Net-Google-Calendar/Makefile
Normal file
28
net/p5-Net-Google-Calendar/Makefile
Normal file
@ -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>
|
3
net/p5-Net-Google-Calendar/distinfo
Normal file
3
net/p5-Net-Google-Calendar/distinfo
Normal file
@ -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
|
4
net/p5-Net-Google-Calendar/pkg-descr
Normal file
4
net/p5-Net-Google-Calendar/pkg-descr
Normal file
@ -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/
|
6
net/p5-Net-Google-Calendar/pkg-plist
Normal file
6
net/p5-Net-Google-Calendar/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user