mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
bd4d8236ba
Approved by: portmgr@ (bapt@)
30 lines
692 B
Makefile
30 lines
692 B
Makefile
# New ports collection makefile for: Net-TiVo
|
|
# Date created: Jan 10 2006
|
|
# Whom: Christopher Boumenot <boumenot@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Net-TiVo
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= eg@fbsd.lt
|
|
COMMENT= Framework for accessing TiVo using XML/HTTP
|
|
|
|
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
|
|
p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
|
|
p5-Log-Log4perl>=0:${PORTSDIR}/devel/p5-Log-Log4perl \
|
|
p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Net::TiVo.3 \
|
|
Net::TiVo::Show.3 \
|
|
Net::TiVo::Folder.3
|
|
|
|
.include <bsd.port.mk>
|