[111488] trunk/dports/perl

macsforever2000 at macports.org macsforever2000 at macports.org
Mon Sep 23 13:19:06 PDT 2013


Revision: 111488
          https://trac.macports.org/changeset/111488
Author:   macsforever2000 at macports.org
Date:     2013-09-23 13:19:06 -0700 (Mon, 23 Sep 2013)
Log Message:
-----------
p5-email-sender: New port. (#37759)

Added Paths:
-----------
    trunk/dports/perl/p5-email-sender/
    trunk/dports/perl/p5-email-sender/Portfile

Added: trunk/dports/perl/p5-email-sender/Portfile
===================================================================
--- trunk/dports/perl/p5-email-sender/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-email-sender/Portfile	2013-09-23 20:19:06 UTC (rev 111488)
@@ -0,0 +1,35 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           perl5 1.0
+
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         Email-Sender 1.300006
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Email::Sender - a library for sending email
+long_description    Email::Sender replaces the old and sometimes problematic \
+                    Email::Send library, which did a decent job at handling \
+                    very simple email sending tasks, but was not suitable for \
+                    serious use, for a variety of reasons.
+
+platforms           darwin
+supported_archs     noarch
+
+checksums           rmd160 d37ba19b3bdc961dd9c96a72ab8ed987cb65e7ff \
+                    sha256 860fd72a906f1de8755d7e9c791a1d2517229a997c4612199d949eb0857cfbff
+
+if {${perl5.major} != ""} {
+    depends_lib-append  port:p${perl5.major}-capture-tiny \
+                        port:p${perl5.major}-email-abstract \
+                        port:p${perl5.major}-email-address \
+                        port:p${perl5.major}-email-simple \
+                        port:p${perl5.major}-list-moreutils \
+                        port:p${perl5.major}-module-runtime \
+                        port:p${perl5.major}-moo \
+                        port:p${perl5.major}-moox-types-mooselike \
+                        port:p${perl5.major}-sub-exporter \
+                        port:p${perl5.major}-throwable \
+                        port:p${perl5.major}-try-tiny
+}


Property changes on: trunk/dports/perl/p5-email-sender/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130923/a47edc9f/attachment-0001.html>


More information about the macports-changes mailing list