1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup perl5 1.0 |
---|
6 | |
---|
7 | perl5.setup Mail-MboxParser 0.55 |
---|
8 | maintainers nomaintainer |
---|
9 | description read-only access to UNIX-mailboxes |
---|
10 | long_description Mail::MboxParser attempts to provide a simplified access \ |
---|
11 | to standard UNIX-mailboxes. |
---|
12 | |
---|
13 | platforms darwin |
---|
14 | |
---|
15 | checksums md5 1b9fdb367db36ec94e7b5c6721f11221 \ |
---|
16 | sha1 87be67980a655374849ab543f75169659d0221a4 \ |
---|
17 | rmd160 fdbd521b41d28062d7710859a074453699524582 |
---|
18 | |
---|
19 | depends_lib-append port:p5-mime-tools |
---|