network/sieve-connect: Fixed dep information
This commit is contained in:
parent
450299a501
commit
0f02c8944b
|
@ -1,17 +1,3 @@
|
|||
sieve-connect is a Perl sieveshell-compatible ManageSieve client
|
||||
intended both for scripting and interactive use; supports TLS,
|
||||
certificate-based authentication support and tab-completion.
|
||||
|
||||
depends:
|
||||
+perl-digest-hmac
|
||||
`+perl-Authen-SASL
|
||||
|
||||
+perl-Socket6
|
||||
`+perl-IO-Socket-INET6
|
||||
|
||||
+Net-SSLeay
|
||||
`+perl-IO-Socket-SSL
|
||||
|
||||
+perl-net-dns
|
||||
|
||||
+perl-TermReadKey
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://people.spodhuis.org/phil.pennock/software/sieve-connect-0.81.ta
|
|||
MD5SUM="dc279d9e1159614341387ab00b15e2eb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="perl-Authen-SASL perl-IO-Socket-INET6 perl-IO-Socket-SSL perl-net-dns perl-TermReadKey"
|
||||
MAINTAINER="Daniel LEVAI"
|
||||
EMAIL="leva@ecentrum.hu"
|
||||
|
|
Loading…
Reference in New Issue