- Add www/p5-libwww as dependency

- Bump PORTREVISION

PR:		ports/155337
Submitted by:	Alexander Moisseev <moiseev _AT_ mezonplus _DOT_ ru>
This commit is contained in:
Philippe Audeoud 2011-03-07 08:56:48 +00:00
parent 0bf3259425
commit 02675b5738
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270416

View File

@ -7,7 +7,7 @@
PORTNAME= backuppc
PORTVERSION= 3.2.0
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}
@ -36,6 +36,7 @@ OPTIONS= COMPRESS_ZLIB "Perl5 interface to zlib compression library" on \
FILE_RSYNCP "Perl Rsync client" off \
SMBCLIENT "Samba client" off \
NMBLOOKUP "NetBIOS Name lookup tool" off \
LIBWWW "Perl5 library for WWW access (for FTP Xfer)" off \
XML_RSS "Perl extension to manage RSS files" off
.include <bsd.port.options.mk>
@ -55,6 +56,9 @@ RUN_DEPENDS+= smbclient:${PORTSDIR}/net/samba-smbclient
.if defined(WITH_NMBLOOKUP)
RUN_DEPENDS+= nmblookup:${PORTSDIR}/net/samba-nmblookup
.endif
.if defined(WITH_LIBWWW)
RUN_DEPENDS+= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
.endif
.if defined(WITH_XML_RSS)
RUN_DEPENDS+= ${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
.endif