aboutsummaryrefslogtreecommitdiff
path: root/sysutils/backuppc
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2011-03-07 08:56:48 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2011-03-07 08:56:48 +0000
commit02675b573813f6ca72b6392bae444f3099ea674d (patch)
tree9b2fdf2e8ee963369cab03028a0955124fa610b5 /sysutils/backuppc
parent0bf32594254412f5ace0a117b654ad874a23afc7 (diff)
downloadports-02675b573813f6ca72b6392bae444f3099ea674d.tar.gz
ports-02675b573813f6ca72b6392bae444f3099ea674d.zip
- Add www/p5-libwww as dependency
- Bump PORTREVISION PR: ports/155337 Submitted by: Alexander Moisseev <moiseev _AT_ mezonplus _DOT_ ru>
Notes
Notes: svn path=/head/; revision=270416
Diffstat (limited to 'sysutils/backuppc')
-rw-r--r--sysutils/backuppc/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/backuppc/Makefile b/sysutils/backuppc/Makefile
index 611b271e6c0b..7bc30aced7b5 100644
--- a/sysutils/backuppc/Makefile
+++ b/sysutils/backuppc/Makefile
@@ -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