aboutsummaryrefslogtreecommitdiff
path: root/comms/yfklog
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2019-12-08 23:57:43 +0000
committerDiane Bruce <db@FreeBSD.org>2019-12-08 23:57:43 +0000
commit50a1be3fc5c6cd3d2df63310edf80536df702943 (patch)
treee3925e7353d9afe103f250057ef095e0c520b953 /comms/yfklog
parentc81ed9cd555ff806b7112b523237d16bc04ce6da (diff)
downloadports-50a1be3fc5c6cd3d2df63310edf80536df702943.tar.gz
ports-50a1be3fc5c6cd3d2df63310edf80536df702943.zip
Reported via direct email
== Hi, Just to tell you that YFKLOG also needs to install (here on my laptop): p5-libwww p5-Net-Telnet Pascal Deveaux (fr5dh) == - Missing routines used by yfklog subroutines added to port. Reported by: Pascal Deveaux <pdeveaux@protonmail.com>
Notes
Notes: svn path=/head/; revision=519585
Diffstat (limited to 'comms/yfklog')
-rw-r--r--comms/yfklog/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/yfklog/Makefile b/comms/yfklog/Makefile
index 7a14b3dd8b20..329b433d020d 100644
--- a/comms/yfklog/Makefile
+++ b/comms/yfklog/Makefile
@@ -3,6 +3,7 @@
PORTNAME= yfklog
PORTVERSION= 0.6.0
+PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://fkurz.net/ham/yfklog/ \
LOCAL/db
@@ -19,6 +20,8 @@ RUN_DEPENDS= p5-Curses>=0:devel/p5-Curses \
p5-DBD-SQLite>=0:databases/p5-DBD-SQLite \
p5-DBI>=0:databases/p5-DBI \
hamlib>=0:comms/hamlib \
+ p5-libwww>=0:www/p5-libwww \
+ p5-Net-Telnet>=0:net/p5-Net-Telnet \
p5-Net-FTP-File>=0:net/p5-Net-FTP-File
USES= perl5