mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
24 lines
765 B
Plaintext
24 lines
765 B
Plaintext
PortSystem 1.0
|
|
|
|
name deletemail
|
|
version 0.5
|
|
revision 4
|
|
categories mail
|
|
platforms darwin
|
|
license BSD
|
|
maintainers nomaintainer
|
|
description non-interactive tool for removing mail from IMAP4 mailboxes
|
|
long_description deletemail is a non-interactive tool for removing mail \
|
|
from one or more IMAP4 mailboxes. It removes mail older than a \
|
|
configurable number of days, and by default does not remove \
|
|
mail that is not marked as seen on the server
|
|
|
|
homepage http://code.jhweiss.de/deletemail/
|
|
master_sites ftp://ftp.in-berlin.de/pub/users/weiss/deletemail/
|
|
checksums sha1 8d3f85e88d2aa58125129b2c4d83d5a5bf8b4985
|
|
use_bzip2 yes
|
|
|
|
depends_lib path:lib/libssl.dylib:openssl
|
|
|
|
configure.args --mandir=${prefix}/share/man --with-ssl=${prefix}
|