2013-09-21 00:10:23 +02:00
|
|
|
# Created by: Christopher Boumenot <boumenot@gmail.com>
|
2007-01-10 22:11:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Net-TiVo
|
2009-04-11 20:01:34 +02:00
|
|
|
PORTVERSION= 0.11
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
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-
|
|
|
|
|
2009-08-02 23:12:19 +02:00
|
|
|
MAINTAINER= eg@fbsd.lt
|
2007-01-10 22:11:48 +01:00
|
|
|
COMMENT= Framework for accessing TiVo using XML/HTTP
|
|
|
|
|
2018-10-06 15:06:42 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= p5-libwww>=0:www/p5-libwww \
|
2016-04-01 16:16:16 +02:00
|
|
|
p5-XML-Simple>=0:textproc/p5-XML-Simple \
|
|
|
|
p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
|
|
|
|
p5-Crypt-SSLeay>=0:security/p5-Crypt-SSLeay
|
2007-01-10 22:11:48 +01:00
|
|
|
|
2013-09-05 13:09:23 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2007-01-10 22:11:48 +01:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|