[133058] trunk/dports/perl
devans at macports.org
devans at macports.org
Wed Feb 18 18:44:35 PST 2015
Revision: 133058
https://trac.macports.org/changeset/133058
Author: devans at macports.org
Date: 2015-02-18 18:44:35 -0800 (Wed, 18 Feb 2015)
Log Message:
-----------
p5-catalyst-view-email: new port, send email from Catalyst.
Added Paths:
-----------
trunk/dports/perl/p5-catalyst-view-email/
trunk/dports/perl/p5-catalyst-view-email/Portfile
Added: trunk/dports/perl/p5-catalyst-view-email/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-view-email/Portfile (rev 0)
+++ trunk/dports/perl/p5-catalyst-view-email/Portfile 2015-02-19 02:44:35 UTC (rev 133058)
@@ -0,0 +1,34 @@
+# -*- 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.16 5.18 5.20
+perl5.setup Catalyst-View-Email 0.35
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Catalyst::View::Email - Send Email from Catalyst
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 07f3864e6c528ed964a9e881aee929b0fe6f03bb \
+ sha256 eda74788106f3256c058a88217cb36f624dad9961b93c446cb99702ecca13e15
+
+if {${perl5.major} != ""} {
+ depends_build-append \
+ port:p${perl5.major}-catalyst-view-mason \
+ port:p${perl5.major}-catalyst-view-tt \
+ port:p${perl5.major}-test-requires
+
+ depends_lib-append \
+ port:p${perl5.major}-authen-sasl \
+ port:p${perl5.major}-catalyst-runtime \
+ port:p${perl5.major}-email-mime \
+ port:p${perl5.major}-email-sender \
+ port:p${perl5.major}-module-runtime \
+ port:p${perl5.major}-moose
+
+ supported_archs noarch
+}
Property changes on: trunk/dports/perl/p5-catalyst-view-email/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150218/be681c5e/attachment.html>
More information about the macports-changes
mailing list