2013-09-20 22:10:23 +00:00
|
|
|
# Created by: Yi-Hsuan Hsin <mhsin@mhsin.org>
|
2006-05-16 09:12:53 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-Google-Calendar
|
2012-09-08 20:21:30 +00:00
|
|
|
PORTVERSION= 1.01
|
2006-05-16 09:12:53 +00:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-16 09:12:53 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= mhsin@mhsin.org
|
|
|
|
COMMENT= Programmatic access to Google's Calendar API
|
|
|
|
|
2010-08-22 20:43:00 +00:00
|
|
|
BUILD_DEPENDS= p5-XML-Atom>=0.37:${PORTSDIR}/textproc/p5-XML-Atom \
|
2006-05-16 09:12:53 +00:00
|
|
|
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
2006-06-19 07:27:55 +00:00
|
|
|
p5-URI>=0:${PORTSDIR}/net/p5-URI \
|
2008-08-03 08:58:09 +00:00
|
|
|
p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
|
2010-08-27 22:47:22 +00:00
|
|
|
p5-Net-SSLeay>=0:${PORTSDIR}/security/p5-Net-SSLeay \
|
2008-08-03 08:58:09 +00:00
|
|
|
p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub
|
2012-01-21 17:40:15 +00:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2006-05-16 09:12:53 +00:00
|
|
|
|
2013-09-06 16:11:30 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2006-05-16 09:12:53 +00:00
|
|
|
|
2007-09-08 01:12:10 +00:00
|
|
|
.include <bsd.port.mk>
|