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.branches 5.8 5.10 5.12 5.14 5.16 |
---|
8 | perl5.setup Email-Sender 1.300006 |
---|
9 | license {Artistic-1 GPL} |
---|
10 | maintainers nomaintainer |
---|
11 | description Email::Sender - a library for sending email |
---|
12 | long_description Email::Sender replaces the old and sometimes problematic \ |
---|
13 | Email::Send library, which did a decent job at handling \ |
---|
14 | very simple email sending tasks, but was not suitable for \ |
---|
15 | serious use, for a variety of reasons. |
---|
16 | |
---|
17 | platforms darwin |
---|
18 | supported_archs noarch |
---|
19 | |
---|
20 | checksums sha256 860fd72a906f1de8755d7e9c791a1d2517229a997c4612199d949eb0857cfbff \ |
---|
21 | rmd160 d37ba19b3bdc961dd9c96a72ab8ed987cb65e7ff |
---|
22 | |
---|
23 | if {${perl5.major} != ""} { |
---|
24 | depends_lib-append port:p${perl5.major}-try-tiny \ |
---|
25 | port:p${perl5.major}-capture-tiny \ |
---|
26 | port:p${perl5.major}-moo \ |
---|
27 | port:p${perl5.major}-sub-exporter \ |
---|
28 | port:p${perl5.major}-throwable \ |
---|
29 | port:p${perl5.major}-module-runtime \ |
---|
30 | port:p${perl5.major}-moox-types-mooselike \ |
---|
31 | port:p${perl5.major}-email-abstract \ |
---|
32 | port:p${perl5.major}-email-simple \ |
---|
33 | port:p${perl5.major}-list-moreutils \ |
---|
34 | port:p${perl5.major}-email-address |
---|
35 | } |
---|