2007-01-10 22:11:48 +01:00
|
|
|
# New ports collection makefile for: Net-TiVo
|
|
|
|
# Date created: Jan 10 2006
|
|
|
|
# Whom: Christopher Boumenot <boumenot@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Net-TiVo
|
2009-04-11 20:01:34 +02:00
|
|
|
PORTVERSION= 0.11
|
2007-01-10 22:11:48 +01:00
|
|
|
CATEGORIES= net perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2007-01-10 22:11:48 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= boumenot@gmail.com
|
|
|
|
COMMENT= Framework for accessing TiVo using XML/HTTP
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
|
|
|
${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
|
2008-02-13 12:08:00 +01:00
|
|
|
${SITE_PERL}/Log/Log4perl.pm:${PORTSDIR}/devel/p5-Log-Log4perl \
|
|
|
|
${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay
|
2007-01-10 22:11:48 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.8.1+
|
2007-01-10 22:11:48 +01:00
|
|
|
|
|
|
|
MAN3= Net::TiVo.3 \
|
|
|
|
Net::TiVo::Show.3 \
|
|
|
|
Net::TiVo::Folder.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|