Ticket #37759: Portfile

File Portfile, 1.5 KB (added by nortcele, 11 years ago)

Portfile for Email::Sender 1.30006

Line 
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
4PortSystem          1.0
5PortGroup           perl5 1.0
6
7perl5.branches      5.8 5.10 5.12 5.14 5.16
8perl5.setup         Email-Sender 1.300006
9license             {Artistic-1 GPL}
10maintainers         nomaintainer
11description         Email::Sender - a library for sending email
12long_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
17platforms           darwin
18supported_archs     noarch
19
20checksums           sha256 860fd72a906f1de8755d7e9c791a1d2517229a997c4612199d949eb0857cfbff \
21                    rmd160 d37ba19b3bdc961dd9c96a72ab8ed987cb65e7ff
22
23if {${perl5.major} != ""} {
24depends_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}